master
Name already in use
Commits on Apr 21, 2020
-
Sets the package.json publishConfig to use the wombat-dressing-room registry.
Commits on Apr 15, 2020
-
fix: security prototype pollution
Optimist has been deprecated over 2 years ago as has a security vulnerability. With this change we use it's successor `yargs`. Closes: #5413
-
ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade pr…
…oxy to 4.5.4 travis_wait is not needed if the sauce connect proxy logs are written to stdout. This makes debugging proxy problems from the CI logs much easier. This commit also updates the debugging command to use the `--doctor` flag. Other changes include: 1. Upgrade sauce-connect proxy to 4.4.1 to 4.5.4
Commits on Feb 20, 2020
Commits on Oct 15, 2019
Commits on Apr 11, 2019
Commits on Apr 7, 2019
-
chore(cleanup): fix lints and removes unnecessary assignment (#5184)
- fixed unused assignment in runner cli - convert switch to conditional in launcher
Commits on Apr 2, 2019
Commits on Mar 30, 2019
-
chore(changelog) updated commit reference in changelog (#5205)
- commit hash was created in selenium4 branch during development. - updates to changelog to help navigate users to find the commits.
Commits on Mar 23, 2019
-
chore(release): version bump to 6.0.0 and update the changelog
Since the current changelog between the 6.0.0-beta and the 6.0.0 release is minor, updated the changelog by removing the -beta.
-
chore(tests): circleci - chrome 69 requires chromdriver to 2.44 (#5182)
- Move circle.yml file to .circleci/config.yml to satisfy circleci warnings (version 1.0 deprecation). - The browser in circle is version 69. The browser requires chromedriver 2.44.
-
-
-
chore(types): fix types to use not @types/selenium-webdriver (#5127)
- Remove the USE_PROMISE_MANAGER test in spec/ts/basic - Remove the check if we are using the control flow or not
-
-
-
-
chore(expectedConditions): update generic Function typings (#5101)
- Use `() => Promise<boolean>` over `Function` typings. - Fix an ExpectedConditions test where it was set to a const. - Fix a TypeScript typing interface issue with RunResults in taskRunner.
-
-
deps(selenium): upgrade to selenium 4 (#5095)
- elements workaround for WebElement.equals - added a better unhandled rejection warning message in the launcher - remove global function wrappers for mocha (these wrappers went away with control flow) - fix the attach to session driver provider Typing exported from Protractor: - removed ActionSequence and EventEmitter (actions is currently missing) - removed promise.Promise - removed Promise, defer, delayed, createFlow, controlFlow, all, fulfilled, filter, when Typings exported from WebDriver: - removed attachToSession - removed WebDriver instance methods: touchActions, call - removed WebElement getSize and getLocation for getRect - removed redefined global vars for testing - In the typings, we are missing Options.setScriptTimeout method. This should not impact users unless they are using the driver.manage() method. Tests: - fix element equals test - add missing 'await' in colorList test that is causing unhandled promise rejections. - remove control flow related tests - disable the install test. Installing from "file:../../" is not working. - fix the attach to session driver provider test to exit with a 1 if errors are encountered
-
chore(browser): remove timing issues with restart and fork (#5085)
- remove .ready since forking should automatically return a browser - getNewDriver should return a promised WebDriver that can be awaited - fix interaction tests and local driver tests - update unit tests for async await due to getNewDriver fix closes #5031
-
-
-
-
deps(latest): upgrade to the gulp and typescript (#5089)
* deps(latest): upgrade to the gulp and typescript - add in @types/loglevel and @types/yargs for webdriver-manager - upgrade tslint clean up for tslint - use latest gulp 4 and remove run sequence since this feature is supported by gulp - remove compile to es5
-
deps(webdriver-manager): use replacement (#5088)
- Current workaround to use webdriver-manager-replacement until we publish a beta release of webdriver-manager closes #5087