mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
add prelim website tests
This commit is contained in:
parent
14c0c5060a
commit
7ded5fc6c9
7 changed files with 73 additions and 11 deletions
5
cypress/support/index.d.ts
vendored
5
cypress/support/index.d.ts
vendored
|
|
@ -7,5 +7,10 @@ declare namespace Cypress {
|
|||
* @example cy.dataCy('greeting')
|
||||
*/
|
||||
dataCy(value: string): Chainable<JQuery<HTMLElement>>;
|
||||
/**
|
||||
* Custom command to login user into the app.
|
||||
* @example cy.login('admin', 'password)
|
||||
*/
|
||||
login(username: string, password: string): Chainable<JQuery<HTMLElement>>;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue