frontPanel/cypress/support/e2e.ts
Nastya 25deb4a0f4
Some checks failed
Deploy / CreateImage (push) Failing after 11m59s
Deploy / DeployService (push) Has been cancelled
есть id тарифа для прода
2025-06-18 00:23:50 +03:00

13 lines
245 B
TypeScript

// Import commands.js using ES2015 syntax:
import './commands';
// Alternatively you can use CommonJS syntax:
// require('./commands')
declare global {
namespace Cypress {
interface Chainable {
login(): Chainable<void>
}
}
}