2017 © Pedro Peláez
 

library october-tester

Testing API and browser automation for OctoberCMS.

image

damianlewis/october-tester

Testing API and browser automation for OctoberCMS.

  • Tuesday, May 29, 2018
  • by damianlewis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 12 % Grown

The README.md

Introduction

October Tester is a testing API and browser automation for testing applications built with OctoberCMS. It makes use of both the Laravel HTTP Testing API and the Laravel Dusk API along with the Selenium WebDriver bindings for PHP. It requires Selenium to be installed on the testing machine., (*1)

Installation

Add the October Tester dependency to your project as a Composer development requirement., (*2)

composer require --dev damianlewis/october-tester

Once installed, you should register the DamianLewis\OctoberTester\OctoberTesterServiceProvider service provider and run the octobertester:install Artisan command., (*3)

php artisan octobertester:install

A Browser directory will be created within your tests directory. Next, set the APP_URL environment variable in your .env file. This value should match the URL you use to access your application in a browser., (*4)

A config/webdriver.php file is installed to allow webdriver configurations to be made., (*5)

The Versions

29/05 2018

dev-master

9999999-dev

Testing API and browser automation for OctoberCMS.

  Sources   Download

MIT

The Requires

 

by Damian Lewis

testing webdriver octobercms laravel-dusk laravel-testing

29/05 2018

v1.0.4

1.0.4.0

Testing API and browser automation for OctoberCMS.

  Sources   Download

MIT

The Requires

 

by Damian Lewis

testing webdriver octobercms laravel-dusk laravel-testing

17/05 2018

v1.0.3

1.0.3.0

Testing API and browser automation for OctoberCMS.

  Sources   Download

MIT

The Requires

 

by Damian Lewis

testing webdriver octobercms laravel-dusk laravel-testing

17/05 2018

v1.0.2

1.0.2.0

Testing API and browser automation for OctoberCMS.

  Sources   Download

MIT

The Requires

 

by Damian Lewis

testing webdriver octobercms laravel-dusk laravel-testing

16/04 2018

v1.0.1

1.0.1.0

Testing API and browser automation for OctoberCMS.

  Sources   Download

MIT

The Requires

 

by Damian Lewis

testing webdriver octobercms laravel-dusk laravel-testing

30/03 2018

v1.0.0

1.0.0.0

Testing API and browser automation for OctoberCMS.

  Sources   Download

MIT

The Requires

 

by Damian Lewis

testing webdriver octobercms laravel-dusk laravel-testing