Skip to content

Ability to pass config options on start? #3567

Description

@IPWright83

Issue description or question

I try to run WallabyJS in smart watch mode, but often miss files that I didn't realise were testing things that CI picks up. To counter that I sometimes run Wallaby on the whole project however it feels pretty slow at this point. Some timings:

Wallaby: 185s
npm run test: 135s // "test": "jest"
npm run test (optimised): 25s // "test": "jest --changedSince origin/master" 

It'd be really nice if it were possible to create "configurations" so I could choose between Smart Start/Start/Custom, so that I can use the --changedSince. Failing that an option to pass --changedSince overall to modify the behaviour of Start would be useful.

This would help speed up Wallaby on first start and avoid missing failing tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions