-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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.
Reactions are currently unavailable