Skip to content

Commit

Permalink
run wdio local runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 21, 2024
1 parent 045a054 commit 95ec908
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ exports.config = {
// of the config file unless it's absolute.
//
specs: [
'./appium_tests/appium_test.py'
'test/specs/**',
'appium/tests/**'
],
// Patterns to exclude.
exclude: [
Expand Down Expand Up @@ -75,15 +76,13 @@ exports.config = {
// loggers:
// - webdriver, webdriverio
// - @wdio/browserstack-service, @wdio/devtools-service, @wdio/sauce-service
// - @wdio/mocha-framework, @wdio/jasmine-framework
// - @wdio/local-runner
// - @wdio/sumologic-reporter
// - @wdio/cli, @wdio/config, @wdio/utils
// Level of logging verbosity: trace | debug | info | warn | error | silent
// logLevels: {
// webdriver: 'info',
// '@wdio/appium-service': 'info'
// },
logLevels: {
webdriver: 'info',
'@wdio/appium-service': 'info'
},
//
// If you only want to run your tests until a specific amount of tests have failed use
// bail (default is 0 - don't bail, run all tests).
Expand Down

0 comments on commit 95ec908

Please sign in to comment.