Skip to content

Commit a4a2758

Browse files
jankeesvwgrantspeelman
authored andcommitted
Update README run command for Cypress (#10)
1 parent 202081f commit a4a2758

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ RAILS_ENV=test bin/rake db:create db:schema:load
6868
bin/rails server -e test -p 5002
6969
7070
# in separate window start cypress
71-
cd spec
72-
yarn run cypress open
71+
yarn cypress open --project ./spec
7372
```
7473

7574
### Example of using factory bot

0 commit comments

Comments
 (0)