parallel_calabash icon indicating copy to clipboard operation
parallel_calabash copied to clipboard

rerun is not working

Open manikandanpracto opened this issue 8 years ago • 1 comments

I have run following command for rerun and I got rerun.txt file

parallel_calabash --apk <apk> -o '--tags @smoke --format pretty --format rerun --out features/support/rerun.txt' features/

Rerun.txt file output : features/tests/golden_flow/smoke_android.feature:4:38:54:82:97:160:180

Then I ran following command for rerun, but its running all feature files instead failures.

parallel_calabash --apk <apk> -o '@features/support/rerun.txt --format pretty' features/

Thanks

manikandanpracto avatar Apr 12 '16 05:04 manikandanpracto

@manikandanpracto did below command work for you?

parallel_calabash --apk <apk> -o ' --format pretty' features/support/rerun.txt

rajdeepv avatar Apr 25 '16 20:04 rajdeepv