Skip to content

v2.0.0

Compare
Choose a tag to compare
@Modelizer Modelizer released this 06 Apr 12:08
· 17 commits to master since this release
  1. Core API is been replace with Facebook web driver https://github.com/facebook/php-webdriver
  2. Steward is been wrap under the hood https://github.com/lmc-eu/steward
  3. php artisan selenium:download is been replace with php artisan selenium:web-driver:download
  4. Now by default Selenium server is not included. If will get downloaded when selenium:start command runs
  5. Different Selenium server can be used but by default is 3.11.0
  6. API has kept same and new api will get added in future. https://github.com/Modelizer/Laravel-Selenium/tree/master/tests/feature
  7. 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
  8. 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
  9. To run test please see https://github.com/lmc-eu/steward/wiki/Run-only-specified-tests.
  10. Many more internal changes is been done to stabilize this package more.