Cypress
Grouping Test Scripts
Use package.json file
create custom command
ex:
smoke:test : npx cypress run --spec 'cypress/e2e/smoke/**'
in the terminal execute npm run smoke:test
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
cy.get()
What is the purpose of cy.get() command? It is used to get one or more DOM elements in selector or alias It is safe to chain further comman...
Cypress Limitations
Multiple Tabs cannot be opened Cannot run same time with different browsers Cypress commands runs inside the browser No support for native o...
No comments:
Post a Comment