-
Notifications
You must be signed in to change notification settings - Fork 119
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
custom history name duplicates history? #341
Comments
Nope, multiple devices are fully supported. Try it and let me know :) |
thanks so much @bootstraponline. unfortunately not working for me, but perhaps I'm missing something?? I have 31 tests I'm executing across 2 devices, but flank skips the first device listed and only executes 31 tests (on 31 shards) against 1 device. Afterwards it outputs the results and quits
|
hey, you are using the wrong yaml format. try this:
|
also join https://firebase.community #flank channel, will be faster to discuss in real time. |
delete |
discussed on slack:
|
talked with FTL, history name duplicate is a feature. web UI may be revised in the future to show the underlying package name in addition to the history name. |
reopening... looks like duplicates for the same package name are indeed a potential bug. |
Parallel test execution does save time, but ideally we'd also be able to execute in a parallel across more than one device type. From what I see in flank.yml, it's currently only possibly to execute on one device at a time. Is that correct?
The text was updated successfully, but these errors were encountered: