yarn install
yarn serve
yarn build
yarn test:unit
yarn lint
npm run wdio
If the test doesn't run, change the setUrl
const value in test/specs/test.e2e.js to the url that you're running the app (it must be the network url, not the local one).
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint
npm run wdio
If the test doesn't run, change the setUrl
const value in test/specs/test.e2e.js to the url that you're running the app (it must be the network url, not the local one).