webdriverio-schematics icon indicating copy to clipboard operation
webdriverio-schematics copied to clipboard

Add WebdriverIO to an Angular CLI project

Results 25 webdriverio-schematics issues
Sort by recently updated
recently updated
newest added

Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.10.3 to 5.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jasmine&package-manager=npm_and_yarn&previous-version=3.10.3&new-version=5.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

After upgrading from WDIO v7 (7.30.2) to v8 (8.8.8) I'm getting "Launcher is not a constructor" when using this schematic. I have the schematic configured to use a tsconfig specific...

Under Angular 14.1, I ran _ng e2e_ and went through the prompts to install the schematics for WebdriverIO. But at the end, I had an error: ``` Configuration file was...

I created a new empty Angular v13 project and added the package:- ``` ng add @wdio/schematics --removeProtractor ``` with the following options:- ``` ✔ Found compatible package version: @wdio/[email protected]. ✔...

The upgrade from Angular DevKit from v12 to v13 included some breaking changes particular around the JSON parser. They have removed the public API that we use in `json.ts`: ```ts...

help wanted

**Version v1.1.1** ### Issue `@wdio/spec-reporter` doesn't have any types which makes Vscode complain about it. ### Solution(s) Either remove `@wdio/spec-reporter` from `tsconfig.e2e.json#types` or add a `package.json#types` in `@wdio/spec-reporter` itself.

**Version**: v1.1.1 ### Issue Running `ng add @wdio/schematics` will add a `test/tsconfig.e2e.json` file. But `Vscode` only knowns typescript configuration file named `tsconfig.json`. This results in multiple typing errors : ###...

I added the schematics and tried run the e2e tests. However, there was an error where it said error parsing the config file. Installation Output ```shell > ng add @wdio/schematics...

What I did: 1. `npm i -g @angular/cli@latest` (=> 11.2.11) 1. `ng new wdio-test` (strict & routing yes, styling format scss) 1. `ng add @wdio/schematics --yes --removeProtractor` Expected: * `protractor`...

Currently there are no unit tests setup for the project. It would be great to have a decent test coverage.

help wanted