Skip to content

Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your local computer. Instead, Dusk uses a standalone ChromeDriver installation.

Notifications You must be signed in to change notification settings

gmanikandan-dev/book-ticket-laradusk

Repository files navigation

Book Ticket LaraDusk

  • Actually, the project aim is to book IRCTC train tickets.

  • Here, I have tested the laravel Jetstream Register,Logout,Login using laravel dusk and remains will update soon.

To test entire class

php artisan dusk 

You can test single class by below command

php artisan dusk --filter AuthTest

You can test single function/method by below command

php artisan dusk --filter testRegister tests/Browser/AuthTest.php 

About

Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your local computer. Instead, Dusk uses a standalone ChromeDriver installation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages