-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Speed up e2e tests #286
Comments
adalinesimonian
added
status: ready to implement
is ready to be worked on by someone
type: tests
an improvement to testing
labels
Oct 27, 2021
adalinesimonian
added a commit
that referenced
this issue
Oct 27, 2021
Dramatically speeds up e2e tests. Further work is needed: #286
adalinesimonian
added
status: blocked
is blocked by another issue or pr
and removed
status: ready to implement
is ready to be worked on by someone
labels
Oct 27, 2021
adalinesimonian
added a commit
that referenced
this issue
Nov 1, 2021
Dramatically speeds up e2e tests. Further work is needed: #286
adalinesimonian
added
Fixed
and removed
status: blocked
is blocked by another issue or pr
labels
Nov 8, 2021
Done in #318 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocked by #271
e2e tests take a very long time. Some test suites could probably be thrown into the same workspace, not all tests should necessarily be running in a separate workspace — that would probably cut down times quite a bit.
Perhaps if #271 is taken care of, we might be able to start VS Code with multiple workspaces open and run tests in each workspace to avoid having to run a new instance of VS Code for each one. But that would require a bit more effort.
The text was updated successfully, but these errors were encountered: