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

Multi-level parameterization in JS tests doesn't use the whole stack of arguments in test names #65

Closed
ishubin opened this issue Jun 4, 2014 · 0 comments

Comments

@ishubin
Copy link
Member

ishubin commented Jun 4, 2014

From Axel Hollenberg.
I tried the Multi-level parameterization and want to display deviceName and browserName.

deviceName is shown as in your examples,but browserName ist undefined

forAll(browsers, function () {
forAll(devices, function () {
test("Login Page on ${deviceName} in Browser ${browserName} "

...
later on i use browser.browserName and its working fine

var driver = createDriver(properties.get('serverName'), device.size, browser.browserName);

lg
Axel

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

No branches or pull requests

1 participant