2017 © Pedro Peláez
 

library dusk-interactive

Interactive package for Dusk tests

image

laracademy/dusk-interactive

Interactive package for Dusk tests

  • Wednesday, October 11, 2017
  • by Laracademy
  • Repository
  • 1 Watchers
  • 12 Stars
  • 187 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 24 % Grown

The README.md

Interactive Dusk for Laravel 5.4

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Getting Started

To get started you need to install the package with Composer:, (*2)

composer require laracademy/dusk-interactive

Laravel >= 5.5

That's it! The package is auto-discovered on 5.5 and up!, (*3)

Laravel <= 5.4

Add the package service provider to your providers array in config/app.php, (*4)

'providers' => [
    // ...
    Laracademy\Commands\DuskInteractiveServiceProvider ::class,
],

To start using this package, run this command in your terminal and follow the onscreen prompts:, (*5)

php artisan dusk:interactive

Preview

Running a single dusk test

Single Dusk Test, (*6)

Running all dusk tests

Single Dusk Test, (*7)

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*8)

The Versions

11/10 2017

dev-master

9999999-dev

Interactive package for Dusk tests

  Sources   Download

MIT

by Michael McMullen

10/10 2017

0.5

0.5.0.0

Interactive package for Dusk tests

  Sources   Download

MIT

by Michael McMullen

10/10 2017

0.4

0.4.0.0

Interactive package for Dusk tests

  Sources   Download

MIT

by Michael McMullen

06/10 2017

0.3

0.3.0.0

Interactive package for Dusk tests

  Sources   Download

MIT

by Michael McMullen

06/10 2017

0.2

0.2.0.0

Interactive package for Dusk tests

  Sources   Download

MIT

by Michael McMullen

06/10 2017

0.1

0.1.0.0

Interactive package for Dusk tests

  Sources   Download

by Michael McMullen