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

feat: simplify wdio configuration inheritence #4

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

Roozenboom
Copy link
Owner

Current Behavior

The configuration supports two different methods which makes it unnecessarily complex. Not all wdio options can be set with the autoConfig method because they were not mapped correctly in the generated configuration.

Expected Behavior

By removing the autoConfig method and using configuration inheritance you can set all wdio options and hooks on project level. When the e2e tests are executed the configuration from the project.json will overwrite the project and base configuration.

Related Issue(s)

Fixes #

@nx-cloud
Copy link

nx-cloud bot commented Mar 22, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a8370c6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

@Roozenboom Roozenboom merged commit dd30ef9 into main Mar 22, 2023
@Roozenboom Roozenboom deleted the feature/simplify-wdio-configuration branch March 22, 2023 21:28
@github-actions
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant