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

feat: add ability to enable new Chrome headless mode #875

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

sipayRT
Copy link
Member

@sipayRT sipayRT commented Mar 18, 2024

fix #865

@@ -1736,40 +1736,85 @@ describe("config browser-options", () => {
});
});

["strictSSL", "headless"].forEach(option => {
Copy link
Member Author

Choose a reason for hiding this comment

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

здесь просто разнес тесты в разные дескрайбы и для headless дописал проверку на строку

Copy link
Member

@KuznetsovRoman KuznetsovRoman left a comment

Choose a reason for hiding this comment

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

/ok

@sipayRT sipayRT merged commit 31c3910 into master Mar 18, 2024
2 checks passed
@sipayRT sipayRT deleted the sp.headless branch March 18, 2024 14:27
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.

Use Chrome's new Headless mode
2 participants