Skip to content
New issue

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

--removeProtractor Flag not working #5

Open
pfeileon opened this issue Apr 24, 2021 · 1 comment
Open

--removeProtractor Flag not working #5

pfeileon opened this issue Apr 24, 2021 · 1 comment

Comments

@pfeileon
Copy link

pfeileon commented Apr 24, 2021

What I did:

  1. npm i -g @angular/cli@latest (=> 11.2.11)
  2. ng new wdio-test (strict & routing yes, styling format scss)
  3. ng add @wdio/schematics --yes --removeProtractor

Expected:

  • protractor dependency removed from package.json
  • e2e folder removed
  • e2e property in angular.json configured to not use protractor anymore

Actual:

  • protractor dependency still in package.json
  • e2e folder still existing
  • angular.json is untouched
  • ENOENT: no such file or directory, open '[...]\wdio-test\wdio.conf.js'
    (probably its own issue, as a wdio.conf.ts is created)
@abalad
Copy link

abalad commented May 6, 2021

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants