Skip to content

Commit

Permalink
run more webview tests on iOS simulator CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Mar 13, 2023
1 parent 8593ab2 commit 2df41a5
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/test-ios-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Set simulator location
run: xcrun simctl location booted set 52.17469,21.03193

- run: patrol test -t integration_test/smokes/graceful_fail_test.dart
if: success() || failure()

- run: patrol test -t integration_test/example_test.dart
if: success() || failure()

Expand All @@ -62,7 +65,7 @@ jobs:
if: success() || failure()

- run: patrol test -t integration_test/open_quick_settings_test.dart
if: success() || failure() # should work, but is empty on Simulator
if: success() || failure() # not on simulator

- run: patrol test -t integration_test/permissions_location_test.dart
if: success() || failure()
Expand All @@ -71,16 +74,28 @@ jobs:
if: success() || failure()

- run: patrol test -t integration_test/service_cellular_test.dart
if: ${{ false }} # Not on Simulator
if: ${{ false }} # not on simulator

- run: patrol test -t integration_test/service_dark_mode_test.dart
if: success() || failure()

- run: patrol test -t integration_test/service_wifi_test.dart
if: ${{ false }} # Not on Simulator
if: ${{ false }} # not on simulator

- run: patrol test -t integration_test/swipe_test.dart
if: ${{ false }} # not on iOS

- run: patrol test -t integration_test/webview_hackernews_test.dart
if: success() || failure()

- run: patrol test -t integration_test/webview_all_test.dart
if: ${{ false }} # Temporarily broken
- run: patrol test -t integration_test/webview_leancode_test.dart
if: ${{ false }} # temporarily broken

- run: patrol test -t integration_test/webview_login_test.dart
if: success() || failure()

- run: patrol test -t integration_test/webview_stackoverflow_test.dart
if: success() || failure()

- name: Set job status
id: set_status
Expand Down

0 comments on commit 2df41a5

Please sign in to comment.