Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturocrisanto/cypress-laravel-todolist
testing practice for cypress in laravel
https://github.com/arturocrisanto/cypress-laravel-todolist
Last synced: 7 days ago
JSON representation
testing practice for cypress in laravel
- Host: GitHub
- URL: https://github.com/arturocrisanto/cypress-laravel-todolist
- Owner: arturoCrisanto
- Created: 2024-04-04T02:17:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T03:14:12.000Z (8 months ago)
- Last Synced: 2024-10-12T03:10:32.626Z (about 1 month ago)
- Language: PHP
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To open this project clone this repository and run the following command
```bash
git clone https://github.com/arturoCrisanto/Cypress-Laravel-todolist.git
```## and run
```bash
npm install
```## and to open this project
```bash
php artisan serve
```# for installing cypress
## open new cli and run
```bash
npx cypress open
```# and thats all