Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lorainegarutti committed Mar 20, 2023
1 parent ceec28a commit 0cd6e06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Getting started

Project to start studies about Webdriver.io implementation for API and end-to-end tests.

- Web based project
- Master branch is using webdriver.io by itself
- `selenium-standalone` branch is using webdriver.io with selenium
Project to start studies about Webdriver.io implementation for end-to-end tests.

## Required local dependencies

Expand All @@ -18,7 +14,7 @@ Project to start studies about Webdriver.io implementation for API and end-to-en
- wdio-mochawesome-reporter
- mochawesome-report-generator
- @wdio/mocha-framework
- @wdio/dot-reporter
- @wdio/spec-reporter
- chromedriver

### Running all tests
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"devDependencies": {
"@wdio/cli": "^8.5.9",
"@wdio/dot-reporter": "^8.4.0",
"@wdio/local-runner": "^8.5.9",
"@wdio/mocha-framework": "^8.5.6",
"@wdio/spec-reporter": "^8.4.0",
Expand Down
6 changes: 2 additions & 4 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ export const config = {
},
acceptInsecureCerts: true
}],
// Level of logging verbosity: trace | debug | info | warn | error | silent
logLevel: 'info',
logLevel: 'error',
bail: 0,
// baseUrl: '',
baseUrl: 'https://front.serverest.dev',
waitforTimeout: 10000,
connectionRetryTimeout: 120000,
connectionRetryCount: 3,
services: ['chromedriver'],
framework: 'mocha',
reporters: [
'dot',
['spec', {
addConsoleLogs: true,
showPreface: false,
Expand Down
9 changes: 0 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,6 @@
import-meta-resolve "^2.1.0"
read-pkg-up "^9.1.0"

"@wdio/dot-reporter@^8.4.0":
version "8.4.0"
resolved "https://registry.yarnpkg.com/@wdio/dot-reporter/-/dot-reporter-8.4.0.tgz#ca0aa4a4f9996a005421e5a66fe26d0767c21bd1"
integrity sha512-k0WG6Tigct0/gD1V6qd0f6ucyTie9jzD7Wcfvz1hG76438tzLzbiRx3Li/niooSaJlSLnaHT1TediMVx4WEO2g==
dependencies:
"@wdio/reporter" "8.4.0"
"@wdio/types" "8.4.0"
chalk "^5.0.1"

"@wdio/[email protected]", "@wdio/globals@^8.2.4":
version "8.5.9"
resolved "https://registry.yarnpkg.com/@wdio/globals/-/globals-8.5.9.tgz#e3f9b18da20d4f1c22f795996756733590453206"
Expand Down

0 comments on commit 0cd6e06

Please sign in to comment.