Run e2e tests on your local environment - SAP/fundamental-ngx GitHub Wiki
To run e2e tests on your local you need to execute following npm commands:
npm ci
npm run start
- to serve the application locally.npm run e2e:wdio
- to run all e2e tests on your local environment usingwdio.conf.js
Note: By default tests will be executed in Chrome browser.
Default port to serve the application is :4200. If you serve the application on the different port, please update baseUrl
property of the CLI in the package.json file accordingly.