-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Allow tests to run against non-Docker environments again #8317
Comments
Two important workflows for me are:
It seems a bit heavy to have to trigger a Docker container for each run when debugging/working on tests. |
|
I do something like that now
which is obviously not the greatest experience :) |
Getting |
Oh, thanks @youknowriad, just saw your comment :) |
This is actually simple now Closing as fixed. |
As there anything in the docs or something mentioning this? 😏 |
No but there's an issue about it :P #8319 |
I keep getting the error "ReferenceError: page is not defined". Was this ever resolved? |
Since #8041 was merged a few people have got the error:
When they don't want to run tests in the new Docker container. While I think we should discourage this (the point of isolating the tests was to be able to write tests that depend on a certain site state, like having X comments or X posts), giving someone at least the option to do it could be useful if they know the caveats.
We should allow people to run tests against an arbitrary environment. It should be a relatively straightforward change.
The text was updated successfully, but these errors were encountered: