@elench/testkit 0.1.28 → 0.1.29

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.
@@ -642,7 +642,7 @@ async function runPlaywrightBatch(targetConfig, batch) {
642
642
  const startedAt = Date.now();
643
643
  const result = await execa(
644
644
  "npx",
645
- ["playwright", "test", "--config", playwrightConfigPath, "--reporter=json", ...requestedFiles],
645
+ ["playwright", "test", "--config", playwrightConfigPath, "--reporter=json"],
646
646
  {
647
647
  cwd,
648
648
  env: buildPlaywrightEnv(targetConfig, local.baseUrl),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/testkit",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "CLI for discovering and running local HTTP, DAL, and Playwright test suites",
5
5
  "type": "module",
6
6
  "types": "./lib/index.d.ts",