@lvce-editor/test-with-playwright-worker 22.8.0 → 22.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1546,6 +1546,7 @@ const runTestsWithReusedPage = async ({
1546
1546
  try {
1547
1547
  const url = getAllTestsUrl(port, filter, traceFocus ?? false);
1548
1548
  await page.goto(url, {
1549
+ timeout,
1549
1550
  waitUntil: 'networkidle'
1550
1551
  });
1551
1552
  const text = await readTestResultsText(page, timeout);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-with-playwright-worker",
3
- "version": "22.8.0",
3
+ "version": "22.9.0",
4
4
  "description": "Worker package for test-with-playwright",
5
5
  "repository": {
6
6
  "type": "git",