Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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