Skip to content

Commit 0a6a937

Browse files
committed
chore: simple tests
1 parent e04cca7 commit 0a6a937

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,18 @@ jobs:
5757
pwd
5858
ls -la
5959
export RUN_IN_BROWSERSTACK="false"
60-
export ALTSERVER_PORT=13005
61-
export ALTSERVER_HOST="192.168.11.35"
60+
export ALTSERVER_PORT=13000
61+
export ALTSERVER_HOST="159.196.149.251"
6262
chmod -R 755 SampleApp.app
6363
open SampleApp.app
6464
- uses: actions/setup-python@v4
6565
with:
6666
python-version: "3.10"
6767
- name: Install dependencies
6868
run: pip install -r "sample/Tests/requirements.txt"
69+
- name: Run UI tests
70+
run: |
71+
export ALTSERVER_PORT=13000
72+
export ALTSERVER_HOST="159.196.149.251"
73+
pytest -s -v sample/Tests/test.py
6974

0 commit comments

Comments
 (0)