You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
655 B
655 B
This folder contains various tests for the basic application. These tests are developed with Codeception PHP Testing Framework.
To run the tests, follow these steps:
- Install Codeception if you do not have it yet.
- Create test configuration files based on your environment:
- Copy
acceptance.suite.dist.yml
toacceptance.suite.yml
and customize it; - Copy
functional.suite.dist.yml
tofunctional.suite.yml
and customize it; - Copy
unit.suite.dist.yml
tounit.suite.yml
and customize it.
- Copy
- Switch to the parent folder and run tests:
php codecept.phar run