vue-cli-plugin-cypress-django
v0.0.1
Published
End-to-End testing with cypress and django
Readme
vue-cli-plugin-cypress-django
NOTE: This package is very much experimental
This is a fork/copy of the vue-cli-plugin-e2e-cypress.
What it does:
- Starts django server with
DJANGO_ENV=TestE2E. (Currently it assumes that there's../bin/manage.pyfrom the project's root) - Starts a vue-cli dev server
- Runs tests with cypress
- Stops the django server
- Stops the vue-cli dev server
