You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently E2E tests use workspace links which can mask packaging issues that only appear in real installations. We should test against the packaged version of the service. Doing so will negate the need for manual testing with wdio-electron-service-example.
Approach:
Create TestAppsManager to:
Package service with pnpm pack
Copy apps to temp dir
Replace workspace links with packaged service
Install dependencies
Update test infrastructure:
Single preparation run
Proper temp directory cleanup
Update CI workflow
This will catch packaging and module resolution issues earlier by testing the service as users would consume it.
The text was updated successfully, but these errors were encountered:
Currently E2E tests use workspace links which can mask packaging issues that only appear in real installations. We should test against the packaged version of the service. Doing so will negate the need for manual testing with
wdio-electron-service-example
.Approach:
Create TestAppsManager to:
pnpm pack
Update test infrastructure:
This will catch packaging and module resolution issues earlier by testing the service as users would consume it.
The text was updated successfully, but these errors were encountered: