axemclion / grunt-saucelabs

Grunt task for running all your browser tests using Sauce Labs
MIT License
182 stars 98 forks source link

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

Open DylanLacey opened 6 years ago

DylanLacey commented 6 years ago

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.

Jonahss commented 6 years ago

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