test: fail on unhandled JS exceptions
This commit is contained in:
parent
ad92ede00a
commit
750deb9367
15 changed files with 47 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
// @ts-check
|
||||
import {test, expect} from '@playwright/test';
|
||||
import {login_user, save_visual, load_logged_in_context} from './utils_e2e.js';
|
||||
import {expect} from '@playwright/test';
|
||||
import {test, login_user, save_visual, load_logged_in_context} from './utils_e2e.js';
|
||||
|
||||
test.beforeAll(async ({browser}, workerInfo) => {
|
||||
await login_user(browser, workerInfo, 'user2');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue