Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Support for "latest version" of a vendor/OS combo #7

Merged
merged 5 commits into from
Aug 31, 2015

Conversation

geekdave
Copy link
Contributor

For evergreen browsers like Chrome and Firefox, it can be useful to pin a vendor/OS, but always test against the "latest" version to avoid frequent config change updates.

$ ./bin/guacamole --id=chrome_latest_Windows_2012_R2_Desktop          
[
  {
    "browserName": "chrome",
    "version": "44",
    "platform": "Windows 2012 R2"
  }
]
$ ./bin/guacamole --id=firefox_latest_Windows_2012_R2_Desktop
[
  {
    "browserName": "firefox",
    "version": "40",
    "platform": "Windows 2012 R2"
  }
]

Fixes #6

@Maciek416
Copy link
Contributor

Awesome

Maciek416 added a commit that referenced this pull request Aug 31, 2015
Support for "latest version" of a vendor/OS combo
@Maciek416 Maciek416 merged commit 0ca6e7f into master Aug 31, 2015
@Maciek416 Maciek416 deleted the latest-version branch August 31, 2015 20:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants