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

test: Include Opera browser in automated tests #176

Merged
merged 11 commits into from
Nov 25, 2023
Prev Previous commit
Next Next commit
ci: Reduce slowMo
danielptv committed Nov 23, 2023
commit a4a9bf103007c628acd8ae1b73a5733198096668
2 changes: 1 addition & 1 deletion __tests__/popup.test.ts
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ describe('popup', () => {
browser = await puppeteer.launch({
// headless: false,
headless: 'new',
slowMo: 400,
slowMo: 200,
args: puppeteerArgs,
executablePath: process.env.VITE_BROWSER_PATH,
});