Skip to content
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

Fix #59: Added recordVideoDir option #62

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

melloware
Copy link
Contributor

Fix #59: Added recordVideoDir option

@melloware melloware requested a review from a team as a code owner June 27, 2024 20:47
if (this.playwrightContext != null) {
this.playwrightContext.close();
this.playwrightContext = null;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ia3andy not sure if this was necessary but it felt safe? I couldn't tell from Microsoft docs whether playwrite.close() closes the context also?

@@ -9,7 +9,7 @@
<artifactId>quarkus-playwright-integration-tests</artifactId>
<name>Quarkus Playwright - Integration Tests</name>
<properties>
<quarkus.version>3.10.1</quarkus.version>
<quarkus.version>3.12.0</quarkus.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@melloware any reason to upgrade Quakrus? We can stay on web bundler 1.5.x

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reverted back to 3.10.1 here in the integration test

@melloware

This comment was marked as outdated.

Copy link
Contributor

@ia3andy ia3andy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@ia3andy ia3andy merged commit ef0b0c0 into quarkiverse:main Jul 3, 2024
1 check passed
@melloware melloware deleted the 59 branch July 3, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for recording of test
2 participants