Releases: Modelizer/Laravel-Selenium
Releases · Modelizer/Laravel-Selenium
Namespace issue fixed.
v2.0.1
v2.0.0
- Core API is been replace with Facebook web driver https://github.com/facebook/php-webdriver
- Steward is been wrap under the hood https://github.com/lmc-eu/steward
php artisan selenium:download
is been replace withphp artisan selenium:web-driver:download
- Now by default Selenium server is not included. If will get downloaded when selenium:start command runs
- Different Selenium server can be used but by default is 3.11.0
- API has kept same and new api will get added in future. https://github.com/Modelizer/Laravel-Selenium/tree/master/tests/feature
- This package does not use phpunit.xml environment variable any more. You need to create testing.env in the root directory. https://github.com/Modelizer/Laravel-Selenium/blob/master/testing.env
- Report test case configuration supported by Steward and can be configure by adding
steward.yml
file in the project root directory. https://github.com/Modelizer/Laravel-Selenium/blob/master/steward.yml - To run test please see https://github.com/lmc-eu/steward/wiki/Run-only-specified-tests.
- Many more internal changes is been done to stabilize this package more.