Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmanikandan-dev/book-ticket-laradusk
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.
https://github.com/gmanikandan-dev/book-ticket-laradusk
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/gmanikandan-dev/book-ticket-laradusk
- Owner: gmanikandan-dev
- Created: 2024-01-14T06:10:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:55:10.000Z (4 months ago)
- Last Synced: 2024-08-29T14:22:18.738Z (4 months ago)
- Language: PHP
- Size: 447 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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````