cerner / terra-toolkit

Terra Toolkit is a monorepo that contains utility modules for use when developing using Terra components
https://engineering.cerner.com/terra-toolkit
Apache License 2.0
32 stars 37 forks source link

[terra-functional-testing] Async Upgrade #845

Closed kenk2 closed 2 months ago

kenk2 commented 4 months ago

Summary

What was changed: @wdio/sync is removed from terra-functional-testing. All tests and wrapper methods from WDIO and Terra are now run asynchronously.

Why it was changed: To prepare for the Terra Ecosystem to be able to upgrade to Node +18.

Testing

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-9965


Thank you for contributing to Terra. @cerner/terra

sdadn commented 4 months ago

What happens when you utilize this in other terra repos e.g. terra-core? The tests most likely won't pass but I would expect an error related to the sync -> async changes.

kenk2 commented 4 months ago

Note: This PR is being put on hold due to a change in plans.

stale[bot] commented 2 months ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in seven days if no further activity occurs. Thank you for your contributions.