Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current build is failing #117

Open
christian-bromann opened this issue Mar 8, 2022 · 2 comments
Open

Current build is failing #117

christian-bromann opened this issue Mar 8, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@christian-bromann
Copy link
Member

It seems that the current build is failing due to the fact that if you run the config wizard with the --yes flag the returned object for answers is:

{
  backend: 'On my local machine',
  framework: '@wdio/mocha-framework$--$mocha',
  isUsingCompiler: 'TypeScript (https://www.typescriptlang.org/)',
  specs: './test/specs/**/*.ts',
  generateTestFiles: true,
  usePageObjects: true,
  pages: './test/pageobjects/**/*.ts',
  reporters: [ '@wdio/spec-reporter$--$spec' ],
  plugins: 'wdio-wait-for$--$wait-for', // <----- This should be an array
  services: [ 'wdio-chromedriver-service$--$chromedriver' ],
  baseUrl: 'http://localhost',
  npmInstall: true
}

The plugins property should be an array here. This seems to be a bug in WebdriverIO. I will still file it here as a memory to get back to it once it is fixed there.

@seanpoulter seanpoulter added the help wanted Extra attention is needed label Mar 4, 2024
@seanpoulter
Copy link
Contributor

The build is still failing. It looks like there are now warnings from using Node v14 and TypeScript.

@christian-bromann
Copy link
Member Author

This package could use a general overhaul. I haven't been able to maintaining it after the initial release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants