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

Use playwright for desktop smoke tests #146692

Merged
merged 3 commits into from
Apr 4, 2022
Merged

Use playwright for desktop smoke tests #146692

merged 3 commits into from
Apr 4, 2022

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Apr 4, 2022

This PR fixes #128479

@bpasero bpasero added this to the April 2022 milestone Apr 4, 2022
@bpasero bpasero self-assigned this Apr 4, 2022
if (!opts.web) { setupDataLossTests(() => opts['stable-build'] /* Do not change, deferred for a reason! */, logger); }
if (!opts.web) { setupPreferencesTests(logger); }
setupSearchTests(logger);
setupNotebookTests(logger);
setupLanguagesTests(logger);
if (opts.web) { setupTerminalTests(logger); } // TODO@daniel TODO@meggan: Enable terminal tests for non-web when the desktop driver is moved to playwright
setupTerminalTests(logger);
Copy link
Member Author

Choose a reason for hiding this comment

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

@meganrogge @Tyriar fyi this enables terminal smoke tests on desktop

@bpasero bpasero merged commit 2ada170 into main Apr 4, 2022
@bpasero bpasero deleted the ben/128479 branch April 4, 2022 08:13
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use playwright for desktop smoke tests
1 participant