CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

call tests from cmd as array

Open rebajz opened this issue 4 years ago • 1 comments

I have installed last version of Codeceptjs.

When i have in codecept.conf.js this line: tests: ['./tests/Typescript_Example_test.ts', './tests/Typescript_Example2_test.ts'],

and run: codeceptjs run this working correctly.

When I run: codeceptjs run ['./tests/Typescript_Example_test.ts', './tests/Typescript_Example2_test.ts']

in cmd is visible: CodeceptJS v3.1.3 Using test root "C:_git\sandbox" and blinking cursor, nothin more.

Only way is kill by press ctrl+c.

rebajz avatar Oct 12 '21 05:10 rebajz

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Sep 02 '25 02:09 github-actions[bot]