Difference between revisions of "Cypress"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:Cypress]] [[JavaScript]] [[end to end]] [[test]] [[framework]]. | |
− | [[wikipedia: | + | * https://www.cypress.io/ |
+ | * <code>[[npm install cypress]]</code> | ||
+ | * <code>[[npm run]] cypress</code> | ||
+ | * <code>[[cypress run]] --browser chrome</code> | ||
+ | * <code>[[cypress run]] --config baseUrl=http://localhost:8081</code> | ||
− | + | == Related terms == | |
− | * | + | * [[TestRails]] |
== See also == | == See also == | ||
− | * {{ | + | * {{Cypress}} |
− | + | * {{Web testing}} | |
+ | * {{test}} | ||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
[[Category:Package managers]] | [[Category:Package managers]] |
Latest revision as of 19:04, 24 August 2022
wikipedia:Cypress JavaScript end to end test framework.
npm install cypress
npm run cypress
cypress run --browser chrome
cypress run --config baseUrl=http://localhost:8081
Related terms[edit]
See also[edit]
Advertising: