rajdeepv / parallel_calabash

Helps running calabash ios/android tests in parallel
MIT License
40 stars 19 forks source link

Group by feature files #30

Closed bhaskarsr closed 7 years ago

bhaskarsr commented 7 years ago

Hi @rajdeepv rajdeep, Does this support running the tests group by feature files ? I am aware that this does not hold good if the feature file tests sizes are different. But in my case, i have relatively same number of scenarios in each feature file. I can't divide the scenarios in one feature file across more than one device and run(in few functional modules of our app only).

rajdeepv commented 7 years ago

what command are you using?

bhaskarsr commented 7 years ago

I tried group-by-scenarios that helped me alot in executing other modules. But I for specific modules, I want to run the tests group by feature files by giving a set of tags.

rajdeepv commented 7 years ago

@bhaskarsr If you do not set group-by-scenarios, a feature file will be run on a single device.

bhaskarsr commented 7 years ago

Thank you @rajdeepv. I am closing this.