File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,10 @@ jobs:
2929 - name : Setup Appium Server
3030 run : npm install -g appium
3131
32+ # TODO: does this install WinAppDriver? By the official docs, it shouldn't. Find a way of installing WinAppDriver on the CI/CD agents.
3233 - name : Setup Appium Windows Driver
3334 run : appium driver install windows
3435
35- - name : Set APPIUM_HOST
36- run : echo "APPIUM_HOST=http://127.0.0.1:4724" >> $GITHUB_ENV
37-
3836 - name : Restore dependencies
3937 run : dotnet restore
4038
Original file line number Diff line number Diff line change 44- feat: show tasks in as project tree
55- feat: tasks have a state
66- feat: allow for saving Tasks both locally and remotely at the same time
7- - test(e2e): automate the Backend launch
7+ - test(e2e): deploy the Backend to Docker rather than being launched locally
88- ci: run e2e tests
9+ - fix ` EADDRINUSE: address already in use 127.0.0.1:4723 `
910- feat: style the front
1011- docs: next steps or improvements (out of scope) for the backend API. Mainly performance: allow to batch CRUD
1112 operations.
You can’t perform that action at this time.
0 commit comments