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

Better README. Renamed Env Variables to be more specific #3

Merged
merged 15 commits into from
May 3, 2018
Merged

Better README. Renamed Env Variables to be more specific #3

merged 15 commits into from
May 3, 2018

Conversation

cdagli
Copy link
Contributor

@cdagli cdagli commented May 2, 2018

No description provided.

@cdagli cdagli requested review from bgedik, el, thehcma and enessoylu May 2, 2018 12:30
README.md Outdated

Options:

--chrome-version [chromeVersion] Chrome browser major version string e.g. 65
Copy link
Collaborator

Choose a reason for hiding this comment

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

..., e.g.,... (the comma pre/post is a weird English grammar rule)

README.md Outdated
--chrome-version [chromeVersion] Chrome browser major version string e.g. 65
--chrome-driver-target-path [chromeDriverTargetPath] Path to install Chrome driver executable
--firefox-version [firefoxVersion] Firefox browser major version string e.g. 57
--firefox-driver-target-path [firefoxDriverTargetPath] Path to install Firefox driver(geckoDriver) executable
Copy link
Collaborator

Choose a reason for hiding this comment

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

space after driver
looks like the preferred spelling for the name of the driver is geckodriver

installer.driverInstaller('chrome', wrongVersionNumber,
'/some/target/path');
}).to.throw(
/Failed to locate a version of chromedriver that matches the installed version of chrome \(1\). Valid chrome versions are:*/
Copy link
Collaborator

Choose a reason for hiding this comment

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

Chrome

env:
global:
- BROWSER_DRIVER_INSTALLER_CHROME_VERSION=67
Copy link
Collaborator

Choose a reason for hiding this comment

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

ideally, we could have an alias for the latest version, so we don't need to hard code this here (assuming, that is, this is possible) and we wouldn't have to change the versions here also

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've created #3 and #4


Options:

--browser-name <browserName> Browser to install the driver for
Copy link
Collaborator

Choose a reason for hiding this comment

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

in our command-line tools we do: "sets " and -h "outputs..."

@cdagli cdagli merged commit bbd2605 into unscrambl:master May 3, 2018
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.

2 participants