Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rerun is not working #23

Open
manikandanpracto opened this issue Apr 12, 2016 · 1 comment
Open

rerun is not working #23

manikandanpracto opened this issue Apr 12, 2016 · 1 comment

Comments

@manikandanpracto
Copy link

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

@rajdeepv
Copy link
Owner

@manikandanpracto did below command work for you?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants