vue-cli-plugin-e2e-cypress-djangodeprecated

End-to-End testing with cypress and django

Usage no npm install needed!

<script type="module">
  import vueCliPluginE2eCypressDjango from 'https://cdn.skypack.dev/vue-cli-plugin-e2e-cypress-django';
</script>

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.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