Skip to content

Commit 87f994a

Browse files
authored
QACOE-221: Update README and new COE image (#7)
* Update README file and update .gitignore with cypress files * Update README and add COE logo * Update README * Add GitHub actions badge * Fix alignment issue * Add QA CoE logo in README file * Update README * Update COE logo
1 parent a758e2f commit 87f994a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

cypress-studio/README.md

+6-7
Original file line numberDiff line numberDiff 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
4040
3. Install NPM packages under `cypress-studio` folder
4141
```sh
4242
cd cypress-studio
43-
npm install
43+
yarn
4444
```
4545
4. 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>

imgs/coe-logo-qa.png

-2.26 KB
Loading

0 commit comments

Comments
 (0)