fix(wdio-utils):fix to support windows path string #14565
fix(wdio-utils):fix to support windows path string #14565christian-bromann merged 2 commits intowebdriverio:mainfrom
Conversation
eslint-plugin-wdio
@wdio/allure-reporter
@wdio/appium-service
@wdio/browser-runner
@wdio/browserstack-service
@wdio/cli
@wdio/concise-reporter
@wdio/config
@wdio/cucumber-framework
@wdio/dot-reporter
@wdio/firefox-profile-service
@wdio/globals
@wdio/jasmine-framework
@wdio/json-reporter
@wdio/junit-reporter
@wdio/lighthouse-service
@wdio/local-runner
@wdio/logger
@wdio/mocha-framework
@wdio/protocols
@wdio/repl
@wdio/reporter
@wdio/runner
@wdio/sauce-service
@wdio/shared-store-service
@wdio/smoke-test-cjs-service
@wdio/smoke-test-reporter
@wdio/smoke-test-service
@wdio/spec-reporter
@wdio/static-server-service
@wdio/sumologic-reporter
@wdio/testingbot-service
@wdio/types
@wdio/utils
@wdio/webdriver-mock-service
webdriver
webdriverio
commit: |
|
Failure of Component Tests might not be related this changes. (may be related #14546 ?) |
christian-bromann
left a comment
There was a problem hiding this comment.
Why are the services located within the @saucelabs directory? Should they be in __mocks__?
Regarding the issues in the component tests, I am investigating that.
You are absolutely right, I will try to sort out the MOCK part! |
|
hi, @christian-bromann The major change was to place dummy modules in fixtures under the utils package and use them for testing. |
|
I will look into the component test issues today and will make it release once resolved. |
Proposed changes
Modify
isAbsolutefunction so thatinitializePlugincan import using absolute paths of the Windows platform.Types of changes
Checklist
Backport Request
//: # (The current
mainbranch is the development branch for WebdriverIO v9. If your change should be released to the current major version of WebdriverIO (v8), please raise another PR with the same changes against thev8branch.)v9and doesn't need to be back-ported#XXXXXFurther comments
Reviewers: @webdriverio/project-committers
Closes #14532