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

Change 'max-duration' to 'maxDuration; #228

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DylanLacey
Copy link
Contributor

This reflects a change made by Sauce Labs to use camelCase instead of
hyphen-case. max-duration no longer works.

This change will still accept the old max-duration option, as well
as maxDuration. If both are specified, maxDuration will be used.

Suggest possibly deprecating max-duration in a future release.

Changes include updated documentation.

This reflects a change made by Sauce Labs to use camelCase instead of
hyphen-case.  `max-duration` no longer works.

This change will still accept the old `max-duration` option, as well
as `maxDuration`.  If both are specified, `maxDuration` will be used.

Suggest possibly deprecating `max-duration` in a future release.
These are not needed for non-hyphenated properties.
}

if (properties.maxDuration) {
// maxDuration is more consistent with the Sauce Labs capability it maps too
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo :P

@Jonahss
Copy link
Collaborator

Jonahss commented May 2, 2018

@DylanLacey Build is failing. Should we merge this anyways?
Should we update the build, update dependencies, publish a new version?

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.

None yet

2 participants