0.0.1 • Published 6 years ago

vue-cli-plugin-e2e-cypress-django v0.0.1

Weekly downloads
73
License
MIT
Repository
github
Last release
6 years ago

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.py from the project's root)
  • Starts a vue-cli dev server
  • Runs tests with cypress
  • Stops the django server
  • Stops the vue-cli dev server