-
Notifications
You must be signed in to change notification settings - Fork 209
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
feat(soft-assertions): Implement soft assertions for playwright-java #1361
Conversation
playwright/src/main/java/com/microsoft/playwright/impl/APIResponseAssertionsImpl.java
Show resolved
Hide resolved
playwright/src/main/java/com/microsoft/playwright/BrowserContext.java
Outdated
Show resolved
Hide resolved
playwright/src/test/java/com/microsoft/playwright/TestSoftAssertions.java
Outdated
Show resolved
Hide resolved
playwright/src/test/java/com/microsoft/playwright/TestSoftLocatorAssertions.java
Show resolved
Hide resolved
@yury-s this is ready for another review please. |
@uchagani looks good, once the test bots finish we can merge it. Thanks for implementing this! |
Docker tests failed because we now need to copy mockito jars similar to these lines. Alternatively, you can skip those tests when running in docker. |
@yury-s excluded mockito tests from docker, can i get another approval please |
@yury-s do we need to re-run these failures? seems like they only failed on mac and windows but don't look related to my changes |
No need to rerun, all look unrelated to your PR, I'll merge it. |
…ht-java (microsoft#1361)" This reverts commit 86f929a.
Resolves #819