Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Killing selenium port #249

Merged
merged 5 commits into from
Sep 30, 2021
Merged

Killing selenium port #249

merged 5 commits into from
Sep 30, 2021

Conversation

AlexeyCL
Copy link
Collaborator

No description provided.

@AlexeyCL AlexeyCL requested a review from refael-m September 30, 2021 12:18
@AlexeyCL AlexeyCL enabled auto-merge (squash) September 30, 2021 12:18
package.json Outdated
@@ -32,11 +32,13 @@
"prettier": "prettier --write 'src/**/*.ts'; prettier --write 'src/test/**/*.ts'",
"prepack": "yarn lint && tsc && cp -R src/helpers/ lib/helpers && cp -R src/scripts/ lib/scripts",
"setChromeDriverVersion": "node src/scripts/SetDriverVersionToDotEnv.js",
"test": "DEFAULT_TIME_OUT=3000 yarn setChromeDriverVersion; wdio src/test/wdio.conf.js --suite regression",
"test": "DEFAULT_TIME_OUT=3000 yarn setChromeDriverVersion; cleanSeleniumPort; wdio src/test/wdio.conf.js --suite regression",
Copy link
Collaborator

Choose a reason for hiding this comment

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

shouldn't it be with yarn? like that....
yarn cleanSeleniumPort

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

@AlexeyCL AlexeyCL requested a review from refael-m September 30, 2021 12:28
@AlexeyCL AlexeyCL disabled auto-merge September 30, 2021 12:30
@AlexeyCL AlexeyCL merged commit 5f713be into master Sep 30, 2021
@AlexeyCL AlexeyCL deleted the killing-selenium-port branch September 30, 2021 12:32
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.

2 participants