Skip to content

e2e tests should not be running when npm test is invoked #149

@ericelliott

Description

@ericelliott

because e2e tests are not testing only pure functions, they can have side-effects and take a long time to run. Our test scripts should always isolate unit tests from e2e tests. That isolation is not currently preserved.

Expected behavior:

  • npm test only invokes unit tests (and runs lint)
  • npm test:e2e only invokes e2e tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions