Skip to content

Commit 8349182

Browse files
committed
chore: local alttester
1 parent 43bb9f0 commit 8349182

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ui-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
name: Build-StandaloneOSX
5454
- name: Open application
5555
run: |
56-
export RUN_IN_BROWSERSTACK="false"
57-
export ALTSERVER_HOST="54.66.58.33"
58-
export ALTSERVER_PORT=13000
5956
ls -la
6057
chmod -R 755 SampleApp.app
6158
open SampleApp.app
@@ -66,8 +63,6 @@ jobs:
6663
run: pip install -r "sample/Tests/requirements.txt"
6764
- name: Run UI tests
6865
run: |
69-
export ALTSERVER_HOST="54.66.58.33"
70-
export ALTSERVER_PORT=13000
7166
osascript -e 'tell application "SampleApp" to activate'
7267
pytest -s -v sample/Tests/test.py
7368

0 commit comments

Comments
 (0)