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

[kbn/test] add support for using test groups #25776

Merged
merged 1 commit into from
Nov 17, 2018

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Nov 16, 2018

This PR extends the kbn/test cli so that it:

  • can check that all tests would be run, at some point, based on the --include-tags arguments it receives
  • will skip a config file (including starting es and kibana servers) if all of the tests in a config are excluded by the current tags
  • only deals with absolute paths internally once the CLI arguments are parsed/validated

@elasticmachine

This comment has been minimized.

@spalger spalger force-pushed the implement/kbn-test-tag-support branch from 41da98b to 348b160 Compare November 16, 2018 08:43
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@spalger spalger force-pushed the implement/kbn-test-tag-support branch from 348b160 to 717d1e1 Compare November 17, 2018 00:12
@spalger spalger added test and removed blocked labels Nov 17, 2018
@spalger spalger force-pushed the implement/kbn-test-tag-support branch from 717d1e1 to db1ff11 Compare November 17, 2018 00:13
@spalger spalger merged commit b0d11e5 into elastic:master Nov 17, 2018
spalger pushed a commit to spalger/kibana that referenced this pull request Nov 17, 2018
@elasticmachine
Copy link
Contributor

💔 Build Failed

@spalger
Copy link
Contributor Author

spalger commented Nov 18, 2018

6.6/6.x: ca703e0

@spalger spalger deleted the implement/kbn-test-tag-support branch November 18, 2018 17:56
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.

2 participants