Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: e2e tests are configured with project's nuxt.config #670

Merged
merged 3 commits into from
Dec 23, 2020

Commits on Nov 30, 2020

  1. Configure e2e tests with Nuxt configuration

    End to end tests should be as close to the real thing as possible, re-creating a whole separate Nuxt configuration from scratch adds potential for inconsistencies.
    Juice10 authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    77a9985 View commit details
    Browse the repository at this point in the history
  2. Update index.spec.js

    Juice10 authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4fdf74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b3fc1 View commit details
    Browse the repository at this point in the history