Use a dynamic port for the test-http-api to avoid conflicts
modified playwright.config.ts
@@ -1,7 +1,23 @@
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -33,8 +49,7 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/lib/invoke.ts
@@ -49,11 +49,14 @@ async function withTestBackend<T>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -503,7 +503,6 @@ export const shortBobHead = formatOid(bobHead);
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -5,7 +5,6 @@ import {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -68,7 +67,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,7 +86,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|