Commit 355fd321 by Carsten Brandt

Update README.md

parent aad538e8
...@@ -38,7 +38,7 @@ After creating and setting up the advanced application, follow these steps to pr ...@@ -38,7 +38,7 @@ After creating and setting up the advanced application, follow these steps to pr
php -S localhost:8080 php -S localhost:8080
``` ```
5. Now you can run the tests with the following commands: 5. Now you can run the tests with the following commands, assuming you are in the `tests/codeception` directory:
``` ```
# frontend tests # frontend tests
...@@ -55,5 +55,4 @@ After creating and setting up the advanced application, follow these steps to pr ...@@ -55,5 +55,4 @@ After creating and setting up the advanced application, follow these steps to pr
# etc. # etc.
``` ```
If you already have run `codecept build` for each application, you can run all tests by a single `codecept run` in the If you already have run `codecept build` for each application, you can skip that step and run all tests by a single `codecept run`.
`tests` directory.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment