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
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
When creating a new angular project and selecting WebdriverIO as the e2e testing framework, the resulting wdio configuration is invalid and errors out when attempting to run the example test.
Steps
ng new my-angular-wdio-app
Accept all defaults
ng e2e
Choose WebdriverIO
Accept all defaults
Output
Configuration file was created successfully!
To run your tests, execute:
$ npx wdio run test/wdio.conf.ts
ENOENT: no such file or directory, open '/Users/jdouglass/Repos/my-angular-wdio-app/wdio.conf.ts'
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
When creating a new angular project and selecting WebdriverIO as the e2e testing framework, the resulting wdio configuration is invalid and errors out when attempting to run the example test.
Steps
ng new my-angular-wdio-app
ng e2e
Output
npx wdio run test/wdio.conf.ts
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
There may be changes in WebdriverIO that need to be considered:
See also
webdriverio/create-wdio#14
webdriverio/create-wdio#306
The text was updated successfully, but these errors were encountered: