Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Oct 16, 2023
1 parent 5ee7d94 commit 42f18b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwright-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async function run(nodeBin: string, runCfgPath: string, suiteName: string) {

let result: RunResult;
if (runCfg.Kind === 'playwright-cucumberjs') {
console.log('npm why cucumber: ', execSync('npm why @cucumber/cucumber'))
console.log('npm why cucumber: ', execSync('..\node.exe ..\node_modules\npm\bin\npm-cli.js why @cucumber/cucumber').toString())
result = await runCucumber(nodeBin, runCfg);
} else {
result = await runPlaywright(nodeBin, runCfg);
Expand Down

0 comments on commit 42f18b5

Please sign in to comment.