Difference between revisions of "Cypress"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Cypress]] [[Javascript]] [[end to end]] [[test]] tool.
+
[[wikipedia:Cypress]] [[JavaScript]] [[end to end]] [[test]] [[framework]].
 
* https://www.cypress.io/
 
* https://www.cypress.io/
  
 
* <code>[[npm install cypress]]</code>
 
* <code>[[npm install cypress]]</code>
 
* <code>[[npm run]] cypress</code>
 
* <code>[[npm run]] cypress</code>
* <code>cypress run --browser chrome</code>
+
* <code>[[cypress run]] --browser chrome</code>
 +
* <code>[[cypress run]] --config baseUrl=http://localhost:8081</code>
  
 
== Related terms ==
 
== Related terms ==
Line 10: Line 11:
  
 
== See also ==
 
== See also ==
 +
* {{Cypress}}
 +
* {{Web testing}}
 
* {{test}}
 
* {{test}}
* {{js}}
 
 
  
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]
 
[[Category:Package managers]]
 
[[Category:Package managers]]

Latest revision as of 19:04, 24 August 2022

Advertising: