Skip to content

Commit

Permalink
chore: simple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 23, 2024
1 parent e04cca7 commit 0a6a937
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ jobs:
pwd
ls -la
export RUN_IN_BROWSERSTACK="false"
export ALTSERVER_PORT=13005
export ALTSERVER_HOST="192.168.11.35"
export ALTSERVER_PORT=13000
export ALTSERVER_HOST="159.196.149.251"
chmod -R 755 SampleApp.app
open SampleApp.app
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r "sample/Tests/requirements.txt"
- name: Run UI tests
run: |
export ALTSERVER_PORT=13000
export ALTSERVER_HOST="159.196.149.251"
pytest -s -v sample/Tests/test.py

0 comments on commit 0a6a937

Please sign in to comment.