Skip to content

Commit e884627

Browse files
committed
Updated README.md.
1 parent 1da4799 commit e884627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* **Codeception**, **Allure** and **Robo** are PHP based applications installed via **Composer**, so you will need to have **Composer** installed in order to run the following. Please visit the [Composer](https://getcomposer.org/) homepage for installation instructions.
44
* Some settings need to be adjusted to meet the build environment settings in the appropriate `XXX.suite.yml` file in the `[PROJECT_ROOT]/tests/` directory: `[PROJECT_ROOT]/tests/XXXXXXX.suite.yml`
55
### Configuration
6-
* Create .env file by copying existing .env.example file at project root directory
6+
* Create .env file by copying existing .env.example file at project root directory.
77

88
```
99
cp .env.example .env
@@ -34,11 +34,11 @@
3434
cd [LOCATION_OF_GITHUB_REPO]
3535
composer install
3636
```
37-
* Build
37+
* Build the project:
3838
```
3939
vendor/bin/codecept build
4040
```
41-
* **You will need to install Allure's CLI tool to generate the reports, please visit this page for instructions**: http://wiki.qatools.ru/display/AL/Allure+Commandline
41+
* **You will need to install Allure's CLI tool to generate the reports, please visit this page for instructions**: http://wiki.qatools.ru/display/AL/Allure+Commandline.
4242
4343
* Next you will need to start a Selenium server so we can run the tests (This will vary based on your local setup).
4444

0 commit comments

Comments
 (0)