Test project for use PHP, PHPUnit and Selenium
Description:
Testset contains 3 testcases (see ./selenium-tests/tests/ folder) which runs using Steward (https://github.com/lmc-eu/steward).
Project starts in two Docker containers: target site on dockerized Apache WebServer with PHP in the first one and Selenium Server with Firefox in the second one.
Prerequisites:
- Linux OS;
- PHP;
- composer;
- docker;
- make
Attention: Dont forget to install make (e.g. sudo apt install make);
Run: Start make from project root.