-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from microsoft:main #57
Conversation
* Renamed test job to `playwright-tests` to match docs and rererences * Added screenshot with github jobs and artifacts * Print Azure URL Fixes: #24451
Docs update to install Playwright as a dependency with Gradle, also introduce how to run Playwright CLI ```bash ./gradlew playwright --args="help" ``` Fixes [#571](microsoft/playwright-java#571)
Signed-off-by: ggorlen <[email protected]>
Co-authored-by: Max Schmitt <[email protected]>
…26511) Co-authored-by: Max Schmitt <[email protected]>
No applications have been configured for previews targeting branch: main. To do so go to restack console and configure your applications for previews. |
👋 Hi there!
|
|
Pull Request ReviewHey there! 👋 I've summarized the previous results for you. Here's a markdown document for your pull request review: Changes
Suggestions
Bugs
Improvements
async launchApp(options: {
sdkLanguage: string,
windowSize: types.Size,
windowPosition?: types.Point,
persistentContextOptions?: Parameters<BrowserType['launchPersistentContext']>[2];
}) {
const args = [...options.persistentContextOptions?.args ?? []];
if (this._name === 'chromium') {
args.push(
'--app=data:text/html,',
`--window-size=${options.windowSize.width},${options.windowSize.height}`,
...(options.windowPosition ? [`--window-position=${options.windowPosition.x},${options.windowPosition.y}`] : []),
'--test-type=',
);
}
// Rest of the method...
} RatingRate the code from 0 to 10 based on the following criteria: readability, performance, security. Explain briefly. Feel free to make any necessary changes or additions to this markdown document. Good luck with your pull request review! 🚀 |
Display `npx playwright`, `yarn playwright` or `pnpm exec playwright` in CLI Fixes #21425
There is no REST call for it, so we need to use GraphQL. References: - https://github.com/actions/github-script#run-custom-graphql-queries - https://docs.github.com/en/graphql/reference/mutations#minimizecomment - isaacs/github#1480
+ fix #24466 + Adds support for exposing the `pageerror` events via `browserContext` API. + Helps with capturing the overall exceptions that are thrown outside of the the current page and also captures the exceptions happens on other windows/popups. + Keeps the API in sync with `context.on('request)', context.on('console'), etc..`
This PR adds the `SoftAssertions` API for Java. Related PR: microsoft/playwright-java#1340 Note: microsoft/playwright.dev#1135 needs to be merged in order for the markdown in this PR to be rendered without errors
Failing tests for #26447.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )