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

chore(#9100): move cht-form tests to integration #9103

Merged
merged 5 commits into from May 17, 2024

Conversation

lorerod
Copy link
Contributor

@lorerod lorerod commented May 8, 2024

Description

Closes #9100

Code review checklist

  • Readable: Concise, well named, follows the style guide, documented if necessary.
  • Documented: Configuration and user documentation on cht-docs
  • Tested: Unit and/or e2e where appropriate
  • Internationalised: All user facing text
  • Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.

Compose URLs

If Build CI hasn't passed, these may 404:

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@lorerod lorerod changed the title chore(#9100): Move cht-form tests to integration chore(#9100): move cht-form tests to integration May 8, 2024
@lorerod lorerod requested a review from jkuester May 8, 2024 21:02
Copy link
Contributor

@jkuester jkuester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@@ -1,4 +1,4 @@
const wdioBaseConfig = require('../wdio.conf');
const wdioBaseConfig = require('../../e2e/wdio.conf');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, but what do you think about moving this wdio.conf file up a level so it is just tests/wdio.conf (and not nested in tests/e2e)? I just think that might make it a bit easier to remember that it is getting referenced from outside the tests/e2e folder....

If it looks like it might be tricky to move wdio.conf, then def don't worry about it!

@lorerod lorerod merged commit d51f4b7 into master May 17, 2024
39 checks passed
@lorerod lorerod deleted the 9100-move-cht-form-to-integration-test branch May 17, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move cht-form tests from e2e to integration
2 participants