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

Allow to set log file name + minor bug fix #40

Merged
merged 4 commits into from
Sep 1, 2020
Merged

Allow to set log file name + minor bug fix #40

merged 4 commits into from
Sep 1, 2020

Conversation

christian-bromann
Copy link
Contributor

@christian-bromann christian-bromann commented Aug 27, 2020

Hey,
this patch contains following patches:

  • fix usage of multiremote, which have capabilities set as follows:

    capabilities: {
          myChromeBrowser: {
              port: 4446,
              capabilities: {
                  browserName: 'chrome',
                  acceptInsecureCerts: true
              }
          },
          myFFBrowser: {
              port: 4445,
              capabilities: {
                  browserName: 'firefox',
                  acceptInsecureCerts: true
              }
          }
      },
  • add option to allow setting custom log file name because why not 🤷‍♂️

  • rename default log file name for chromedriver to wdio-chromedriver.log to align with the other wdio specific log files.

Cheers

@atti187 atti187 merged commit 262088c into webdriverio-community:master Sep 1, 2020
@atti187
Copy link
Collaborator

atti187 commented Sep 1, 2020

Released as 6.0.4. Cheers!

@christian-bromann christian-bromann deleted the cb-logfile-name branch September 1, 2020 19:59
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.

None yet

2 participants