To test e2e_task_wdio:
- navigate to e2e_task_wdio
- install packages with
yarn - set needed capabilities in
wdio.conf.ts - run
yarn e2e-desktop-chromeoryarn e2e-android-chrome
To test api_task:
- navigate to api_task
- install packages with
yarn - run
yarn test