We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support Angular >= 13.x.
To streamline the APF (Angular Package Format) in Angular v13, older output formats such as CommonJS (CJS) and UMD have been removed.
The results is that @badisi/wdio-harness is no longer working as it is a CJS package:
@badisi/wdio-harness
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
angular/angular#43833
This feature can be worked on once wdio@v8 will be released.
wdio@v8
webdriverio/webdriverio#6812 webdriverio/webdriverio#8306
v1.0.5
The text was updated successfully, but these errors were encountered:
074471c
Badisi
No branches or pull requests
🚀 Feature request
Description
Support Angular >= 13.x.
Relates to
To streamline the APF (Angular Package Format) in Angular v13, older output formats such as CommonJS (CJS) and UMD have been removed.
The results is that
@badisi/wdio-harness
is no longer working as it is a CJS package:angular/angular#43833
Blocked by
This feature can be worked on once
wdio@v8
will be released.webdriverio/webdriverio#6812
webdriverio/webdriverio#8306
Affected version
v1.0.5
The text was updated successfully, but these errors were encountered: