Ruud Heines
Ruud Heines
I'm using protractor and recently upgraded from Angular 12 to Angular 13. I now get an error while starting the e2e tests. `Error: Error [ERR_REQUIRE_ESM]: require() of ES Module C:\git\ClientApp\node_modules@angular\cdk\fesm2015\testing.mjs...
I'm starting to use Cypress and the harness devkit because of the deprecation of Protractor. I'm currently facing the following issue when invoking methods on a harness. This is my...
It would be great if the ChainableHarness type would be publicly available so it can be referenced in external code.
It would be great of a harness could also be loaded within a specific component instead of the document root. Now I've added myself two methods but it would of...