Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani committed Jun 19, 2024
1 parent aeafea0 commit 180035d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/web-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Google Chrome and ChromeDriver
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 125
chrome-version: 114
install-chromedriver: true
install-dependencies: true

Expand All @@ -56,8 +56,11 @@ jobs:

- name: Run Web tests with XVFB
run: |
export DISPLAY=:99
for test in integration_test/*.dart; do
echo "Running test: $test"
nohup xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" flutter drive --driver=test_driver/integration_test.dart --target=$test -d web-server --web-port=4200 --browser-name=chrome --headless --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }} || exit 1
echo "Finished test: $test"
done
working-directory: ./integrationtestapp
env:
Expand Down

0 comments on commit 180035d

Please sign in to comment.