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

[7.x] Refactor test entry by runner (#44679) #57930

Merged
merged 3 commits into from
Feb 21, 2020
Merged

[7.x] Refactor test entry by runner (#44679) #57930

merged 3 commits into from
Feb 21, 2020

Conversation

jbudz
Copy link
Member

@jbudz jbudz commented Feb 18, 2020

Over the last few years we've increased the number of test runners.
Entry points by test type have become too lage of a category for unique
names, so this moves top level test scripts under yarn and replaces test
types with the runner name.

e.g. yarn test:browser -> yarn test:karma

Closes #41133

Co-authored-by: Elastic Machine elasticmachine@users.noreply.github.com

Summary

Summarize your PR. If it involves visual changes include a screenshot or gif.

Checklist

Delete any items that are not applicable to this PR.

For maintainers

Over the last few years we've increased the number of test runners.
Entry points by test type have become too lage of a category for unique
names, so this moves top level test scripts under yarn and replaces test
types with the runner name.

e.g. `yarn test:browser` -> `yarn test:karma`

Closes elastic#41133

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
@jbudz jbudz added backport release_note:skip Skip the PR/issue when compiling release notes labels Feb 18, 2020
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@jbudz jbudz merged commit a2716cc into elastic:7.x Feb 21, 2020
@jbudz jbudz mentioned this pull request Aug 17, 2020
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release_note:skip Skip the PR/issue when compiling release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants