-
Notifications
You must be signed in to change notification settings - Fork 18
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
Proposal: split e2e tests into their respective repositories #26
Comments
Requesting comments/ideas @jchauncey @slack @sgoings |
@mboersma I know you have some PRs in flight right now, so let me know when you're done and I'll begin the split-out process |
How would one "run all the e2e tests" after this split up? |
So my first thought is to do the following:
|
I agree mostly with @jchauncey. Specifically, each component can have a package called However, we can construct that code in such a way that this repository can I hope I've explained that sufficiently It'll be fairly self explanatory after showing a prototype for a test or 2. |
This issue was moved to teamhephy/workflow-e2e#17 |
For example, all the tests that use the
deis
CLI to run stuff against the controller, should be back indeis/workflow
and thegit push
tests should be indeis/builder
. This repository should pull all those tests together and run them in a harness.The text was updated successfully, but these errors were encountered: