-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Injection of BrowserContext stopped working on main/999-SNAPSHOT #43034
Comments
@gbourant thanks a lot for reporting this issue so early! Do you have a sample we can try to see the issue in action? |
FWIW, it seems to be the same as reported here |
This is definitely related to #42852, so I'll have a look |
Yes i will provide a reproducer soon.
Yes, it seems that if you just run a single test with the injected BrowserContext it works. (no restarts) |
Actually, you don't have to. Quarkus Super Heroes suffers from the same problem, so I am going to use it to see what's going on |
Not prob, it's already done, in case you need it https://github.com/gbourant/qplay |
🙏🏽 |
#43035 fixes the issue |
I just tested with your branch and indeed it works as expected. |
Fix handling of `@WithTestResource` and Global resources
Describe the bug
Injection of
BrowserContext
stopped working on main/999-SNAPSHOT branch but it works on 3.14.2 versionExpected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: