File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ The main goal of this experiment is to share with the community how `Cypress Stu
2626
2727### Prerequisites
2828
29- * npm
29+ * yarn
3030 ``` sh
31- npm install npm@latest -g
31+ npm install --global yarn
3232 ```
3333
3434### How to run cypress tests
@@ -40,19 +40,18 @@ The main goal of this experiment is to share with the community how `Cypress Stu
40403 . Install NPM packages under ` cypress-studio ` folder
4141 ``` sh
4242 cd cypress-studio
43- npm install
43+ yarn
4444 ```
45454 . You can run cypress tests in two ways:
4646
47- * Headless
48-
47+ * Headless mode
4948 ``` javascript
50- . / node_modules / . bin / cypress run
49+ npx cypress run
5150 ```
5251 or
5352 * Open Cypress Test Runner
5453 ``` javascript
55- . / node_modules / . bin / cypress open
54+ npx cypress open
5655 ```
5756
5857<p align =" right " >(<a href =" #top " >back to top</a >)</p >
You can’t perform that action at this time.
0 commit comments