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

add test_name to the capabilities for remote browser #372

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

rplevka
Copy link
Member

@rplevka rplevka commented Jul 22, 2019

The remote_browser did not forward the self.test_name as one of the desired_capabilities, leaving the session without a name (causing random uuid to be generated for them and causing chaos in the Dashboard). This fixes it.

@rplevka rplevka force-pushed the remote_testname branch 2 times, most recently from 95dc146 to dcd3e71 Compare July 22, 2019 21:55
@mirekdlugosz
Copy link
Contributor

This change makes it easier to work with Zalenium, correct? Does it have any impact on tests run on SauceLabs? Namely, I wonder if it fixes #348

@rplevka
Copy link
Member Author

rplevka commented Jul 23, 2019

yeah it turns the random uuids into
img

..not sure about saucelabs tho, as far as i know saucelabs already receive the test name in the capabilities and show them on the dashboard.
Zalenium dashboard displays the test only afte rit is finished so there's no issue with anonymous tests during their execution

@rplevka
Copy link
Member Author

rplevka commented Jul 23, 2019

ok, so I set up local saucelabs config and ran the test and it looks like the test name is properly resolved even before the actual session starts (on saucelabs):
img

without my commit applied:
img

..so yep, apparently I'm fixing more issues than I originally intended ;)

Copy link
Contributor

@mirekdlugosz mirekdlugosz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! :)

@vijay8451 vijay8451 merged commit c4db319 into SatelliteQE:master Jul 24, 2019
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

Successfully merging this pull request may close these issues.

3 participants