Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--skip and --todo and deprecate --exclude #133

Merged
merged 11 commits into from
Mar 30, 2018
Merged

--skip and --todo and deprecate --exclude #133

merged 11 commits into from
Mar 30, 2018

Conversation

Munter
Copy link
Owner

@Munter Munter commented Mar 30, 2018

The skipFilter option lets a programmatic user match against properties of a tap-report before the test is run and skip the test by returning true.

The todoFilter option lets a programmatic user match against properties of a tap-report after a test has failed and mark the test at todo by returning true.

Added --skip CLI option that takes strings and does naive string matching against a tap reports values and returns true for any match. This is sent into skipFilter

Added --todo CLI option that takes strings and does naive string matching against a tap reports values and returns true for any match. This is sent into todoFilter

Deprecated --exclude CLI option

@coveralls
Copy link

coveralls commented Mar 30, 2018

Coverage Status

Coverage decreased (-2.4%) to 84.426% when pulling 5d90110 on skip-todo into a6a3b6b on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.4%) to 84.426% when pulling cec276b on skip-todo into 1245656 on master.

@Munter Munter merged commit 63cfb6a into master Mar 30, 2018
@Munter Munter deleted the skip-todo branch March 30, 2018 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants