Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #279 from wunderio/feature/codecept-doc-update
Browse files Browse the repository at this point in the history
Update commands for running tests.
  • Loading branch information
tharna committed Feb 16, 2018
2 parents b1f87f9 + db04f2a commit dbe7ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ To get started, follow these steps:

or run codecept directly and specify options as needed

`vendor/bin/codecept run -c web/codeception.yml --env test`
`vendor/bin/codecept run --env test`

Writing tests
------------------
To add your own tests, cd to web directory and

`../vendor/bin/codecept generate:cest acceptance MyFirstTestCest`
`../vendor/bin/codecept -c ../codeception.yml generate:cest acceptance MyFirstTestCest`


There are four test suites available out of the box:
Expand Down

0 comments on commit dbe7ddb

Please sign in to comment.