Pre-compile the app bundle and run tests against that
modified playwright.config.ts
@@ -84,10 +84,12 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -53,6 +53,13 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|