Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noeldemartin/laravel-cypress
Laravel package used for running tests with Cypress
https://github.com/noeldemartin/laravel-cypress
cypress laravel testing
Last synced: 2 months ago
JSON representation
Laravel package used for running tests with Cypress
- Host: GitHub
- URL: https://github.com/noeldemartin/laravel-cypress
- Owner: NoelDeMartin
- License: mit
- Created: 2019-11-15T13:45:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T07:58:00.000Z (over 3 years ago)
- Last Synced: 2024-11-06T11:03:23.479Z (3 months ago)
- Topics: cypress, laravel, testing
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Cypress
This Laravel package is designed to be used in conjunction with the [cypress-laravel](https://github.com/NoelDeMartin/cypress-laravel) Cypress plugin.
## Installation
Install using composer:
```
composer require --dev noeldemartin/laravel-cypress
```