This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 364
remove watch flag from list ui acceptance test #171
Merged
tmeasday
merged 3 commits into
meteor:master
from
DominikGuzei:chore/remove-watch-flag-from-acceptance-test
Aug 8, 2016
Merged
remove watch flag from list ui acceptance test #171
tmeasday
merged 3 commits into
meteor:master
from
DominikGuzei:chore/remove-watch-flag-from-acceptance-test
Aug 8, 2016
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
Any test case that has the @watch flag will not be run by chimp in CI mode. These should only be used during development.
Good catch! Why aren't the unit and full-app tests run anymore? |
@noahsw because they failed horribly (errors all around) and i had no time to fix them too – but they should definitely be included again. The reason why i repaired the chimp tests is because i did a presentation about acceptance testing with Meteor + CircleCi and the process to get there 😉 |
@DominikGuzei - the unit and full-app tests run just fine for me on master.
|
ok nice, last time i checked they failed – maybe someone repaired them already 😉 |
Cool, I'll try to add them back to CI in #172 |
Btw - it'd be great if your testing scripts were broken out into an npm package. I'm sure they'd be very useful to many other Meteor apps! |
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.
Any test case that has the @watch flag will not be run by chimp in CI mode (so the single test is actually not executed atm). This flag should only be used during development.
This also solves the issue @noahsw mentioned in #164