Skip to content

Commit 01c0ce8

Browse files
committed
docs: reflect next steps for the e2e tests
1 parent fc76812 commit 01c0ce8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/RunE2eTests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

Desktop/TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
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.

0 commit comments

Comments
 (0)