@lvce-editor/test-with-playwright 20.2.0 → 21.0.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -1798,7 +1798,7 @@ const runAllTests = async ({
1798
1798
  // TODO use `using` once supported
1799
1799
  const path = fileURLToPath(testWorkerUri);
1800
1800
  const rpc = await create({
1801
- argv: [],
1801
+ argv: [`--browser=${browser}`],
1802
1802
  commandMap,
1803
1803
  path,
1804
1804
  stdio: 'inherit'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-with-playwright",
3
- "version": "20.2.0",
3
+ "version": "21.0.0",
4
4
  "description": "CLI tool for running Playwright tests",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "main": "dist/main.js",
13
13
  "bin": "bin/test-with-playwright.js",
14
14
  "dependencies": {
15
- "@lvce-editor/test-with-playwright-worker": "20.2.0",
15
+ "@lvce-editor/test-with-playwright-worker": "21.0.0",
16
16
  "@lvce-editor/test-worker": "^16.4.0"
17
17
  },
18
18
  "engines": {