-
Notifications
You must be signed in to change notification settings - Fork 218
selecting multiple browsers doesn't work as expected #273
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
Comments
If you want to reproduce, here is the test located: the full test give this log:
|
I'm confused. What's the difference between the first run and the second? What's not working as you expect in the second run? |
I think it's a dup of #86 |
The second one is just the first one with more tests running. It is surely not as expected, I would think that every test should run on one browser, and only one time on that browser. If I change the order, it also gives different output:
This is the exact same test as the second one btw. But only the platforms listed in a different order. |
@a14n is right: this is a duplicate of #86. See this comment for a long explanation, but the short version is that multiple tests are running simultaneously so the output has to make some compromises. |
@nex3 Do I understand correctly that the problem is only with the output/presentation? I mean, do the test run correctly on the right platform ? And one other thing I was wondering, is this true for everybody running multiple platorms ? Because I've never heard anyone about this issue. I wonder if there is some workaround. This makes testing on multiple platform allmost unusable. If a test fails, I've no idea on which platfrom it is actually failing, or which test is failing.. |
Yes, the tests are running correctly.
If a test fails, the reporter will ensure that the status line immediately above the failure corresponds to the test that failed. |
@nex3 ah okay, that seems like no big problem then, thanks ! |
I select four different platforms:
--platform=dartium,chrome,firefox,safari
but only dartium and safari are tested:Not sure if I do something wrong here, I do:
@TestOn('dartium||chrome||firefox||safari')
--platform=dartium,chrome,firefox,safari
The text was updated successfully, but these errors were encountered: