This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stoffeastrom
force-pushed
the
interactive
branch
from
October 2, 2018 09:12
fc8acdc
to
7ec8367
Compare
stoffeastrom
force-pushed
the
interactive
branch
from
October 15, 2018 18:40
36b303d
to
55da931
Compare
stoffeastrom
force-pushed
the
interactive
branch
5 times, most recently
from
October 22, 2018 18:59
9fdab7e
to
6e23233
Compare
aw nextnode-cliAdd new package pluginsIntroduce internal plugin concept that multiple runners can reuse.
mainFieldsSupport This could already be solved with the one config file to rule them allBetter support to use one config for all runners (except Protractor). runtime debugAdd DEBUG='@after-work.js:transform' npx aw -i -w This will output debug statements from the transform function |
normalize config
This presets chrome with chai, chai-subset, sinon-chai, sinon. It aligns more with the node runner
This enables running for example `picasso.js` without a config
The interactive prompt should be shown if the test file does not contain any tests
Yes of course. ETA this week ;P |
This ensures keeping the local mock until the test run is finished. Warn when local mocks are not mached. Exclude coverage on test files.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introducing interactive
Passing
-i
will putaw
in interactive mode.Filter on workspace packages and run tests.
Filter on files and run tests.
Run all (from initial glob e.g config file or default)
Update failing snapshots.
Combining it with the watch
-w
flag and you get a pretty cool workflow.Saving source or tests will still rerun affected tests only.