Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

chore(promises): remove q promises and webdriver promises #5052

Merged
merged 5 commits into from
Nov 27, 2018

Conversation

cnishina
Copy link
Member

  • changes starting with cleaning up q promises and webdriver promises from plugins

@cnishina
Copy link
Member Author

This does not include the browser changes and I have doubts that the test suite will pass.

@cnishina
Copy link
Member Author

Circle CI is passing...
i don't believe you

@@ -93,7 +92,7 @@ let taskResults_ = new TaskResults();
* @param {string=} configFile
* @param {Object=} additionalConfig
*/
let initFn = function(configFile: string, additionalConfig: Config) {
let initFn = async function(configFile: string, additionalConfig: Config) {
let configParser = new ConfigParser();
if (configFile) {
Copy link
Contributor

@CrispusDH CrispusDH Nov 22, 2018

Choose a reason for hiding this comment

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

do we need it check still here with TS? Probably, not.

Copy link
Member Author

Choose a reason for hiding this comment

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

I am not sure. Could you clarify?

lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/runner.ts Outdated Show resolved Hide resolved
lib/launcher.ts Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/runner.ts Outdated Show resolved Hide resolved
lib/launcher.ts Show resolved Hide resolved
@cnishina cnishina force-pushed the you_made_me_promises_promises branch from f62ffff to bf70a70 Compare November 24, 2018 08:38
@cnishina cnishina force-pushed the you_made_me_promises_promises branch from bf70a70 to 0a3b64b Compare November 24, 2018 08:41
lib/config.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
lib/launcher.ts Outdated Show resolved Hide resolved
@cnishina cnishina force-pushed the you_made_me_promises_promises branch from a098965 to bf29861 Compare November 26, 2018 21:51
@cnishina cnishina force-pushed the you_made_me_promises_promises branch from bf29861 to 777a215 Compare November 26, 2018 22:01
Copy link
Member

@juliemr juliemr left a comment

Choose a reason for hiding this comment

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

Much easier to read, thanks!

lib/launcher.ts Outdated Show resolved Hide resolved
lib/runner.ts Outdated Show resolved Hide resolved
@cnishina cnishina force-pushed the you_made_me_promises_promises branch 6 times, most recently from 5a2317e to d8b94fb Compare November 27, 2018 11:04
@cnishina cnishina force-pushed the you_made_me_promises_promises branch from d8b94fb to 4b57a18 Compare November 27, 2018 11:32
@cnishina cnishina merged commit e458025 into angular:selenium4 Nov 27, 2018
cnishina added a commit to cnishina/protractor that referenced this pull request Dec 19, 2018
- remove q promises and webdriver promises from the runner, launcher, plugins, and taskRunner
- add deprecated message to element explorer.
- add unhandledRejection
- update browser versions used in travis tests
cnishina added a commit to cnishina/protractor that referenced this pull request Mar 23, 2019
- remove q promises and webdriver promises from the runner, launcher, plugins, and taskRunner
- add deprecated message to element explorer.
- add unhandledRejection
- update browser versions used in travis tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants