Skip to content

Commit

Permalink
Update command-line.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikBirkeland authored Mar 28, 2018
1 parent 316594a commit c536571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/guides/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cypress run --spec cypress/integration/app_spec.js

***Run tests specifying a project***

By default Cypress expects your `cypress.json` to be found where your `package.json` is. However, you can point Cypress to run in a different location.
By default, Cypress expects your `cypress.json` to be found where your `package.json` is. However, you can point Cypress to run in a different location.

This enables you to install Cypress in a top level `node_modules` folder but run Cypress in a nested folder. This is also helpful when you have multiple Cypress projects in your repo.

Expand Down

0 comments on commit c536571

Please sign in to comment.