kamranayub / example-carved-rock-fitness-order-tracker

PWA sample for Pluralsight course Testing Progressive Web Apps
https://carved-rock-order-tracker-pwa.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Migrate WDIO tests to async API #76

Closed kamranayub closed 6 months ago

kamranayub commented 6 months ago

The @wdio/sync package was deprecated and only works in Node <= 16 which is out of support. To support v18+ I need to migrate the spec files to the async API. However, this will also make the code out-of-sync with the course videos.