@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.
- package/lib/runner/index.mjs +1 -1
- package/package.json +1 -1
package/lib/runner/index.mjs
CHANGED
|
@@ -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"
|
|
645
|
+
["playwright", "test", "--config", playwrightConfigPath, "--reporter=json"],
|
|
646
646
|
{
|
|
647
647
|
cwd,
|
|
648
648
|
env: buildPlaywrightEnv(targetConfig, local.baseUrl),
|