Skip to content

Releases: Modelizer/Laravel-Selenium

Namespace issue fixed.

19 Aug 12:25
Compare
Choose a tag to compare

Namespace Tests was not present in the stub testcases.

v2.0.1

07 Apr 13:46
Compare
Choose a tag to compare

Few enhancement and .env bug fixed.

  • Now testing.env file can be loaded from root directory inside the test suite.

v2.0.0

06 Apr 12:08
Compare
Choose a tag to compare
  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.

v1.2.4

02 Apr 13:40
Compare
Choose a tag to compare

Removed Symfony\Component\Process\ProcessBuilder as a dependency.

Notes: Its a fix. It does not support Laravel 5.6

v1.2.2

01 Jan 13:29
Compare
Choose a tag to compare
Merge branch 'master' of github.com:Modelizer/Selenium into 1.0

v1.2.1

30 Dec 18:50
Compare
Choose a tag to compare
Incorrect reference of method in Auth.

v1.2.0

02 Dec 07:23
Compare
Choose a tag to compare
Apply fixes from StyleCI

v1.1.0

16 Nov 13:50
Compare
Choose a tag to compare
Support for firefox added.

v1.0: Version 1.0

14 Oct 20:23
Compare
Choose a tag to compare

v0.2.8

13 Oct 18:06
Compare
Choose a tag to compare
Added codeclimate badge.