All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.3.0 - 2024-11-08
cypress
dependency moved to peerDependencies.
v0.2.1 - 2021-07-15
cy.artisan
command now yields the artisan output.
v0.2.0 - 2020-08-30
- Improved Cypress command logs.
- Added tasks to swap environment files automatically.
- #3 Added helpers to define custom commands.
- #5 Added configuration options to customize the laravel url. Thanks @lucaspottersky!
v0.1.0 - 2020-05-09
useDatabaseMigrations
function.
- Plugin installation has been refactored. This was necessary in order to export functions from the package.
v0.0.3 - 2019-11-17
logout
method.
- Removed
laravel/dusk
dependency for authentication methods.
v0.0.2 - 2019-11-15
- Everything! Read this blog post for an introduction.