-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/cris/malicious-site-protection/us…
…er-setting
- Loading branch information
Showing
115 changed files
with
3,599 additions
and
2,507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,12 @@ jobs: | |
|
||
- name: ADS Preview Flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: androidDesignSystem_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,12 @@ jobs: | |
|
||
- name: Custom Tabs Flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: customTabs_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,12 @@ jobs: | |
|
||
- name: Autofill Critical Path E2E Flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: autofill_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,12 @@ jobs: | |
|
||
- name: Ad click detection flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: adClickTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
@@ -69,11 +70,12 @@ jobs: | |
- name: Privacy Tests | ||
if: always() | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: privacyTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
@@ -82,11 +84,12 @@ jobs: | |
- name: Security Tests | ||
if: always() | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: securityTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
@@ -95,11 +98,12 @@ jobs: | |
- name: Release Tests | ||
if: always() | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: releaseTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
@@ -108,11 +112,12 @@ jobs: | |
- name: Notifications permissions Android 13+ | ||
if: always() | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: notificationPermissionTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 33 | ||
workspace: .maestro/notifications_permissions_android13_plus | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,11 +59,12 @@ jobs: | |
|
||
- name: Ad click detection flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: privacyDashboard_adClickTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
@@ -72,11 +73,12 @@ jobs: | |
- name: Privacy Tests | ||
if: always() | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: privacyDashboard_privacyTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
workspace: .maestro | ||
include-tags: privacyTest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,11 +73,12 @@ jobs: | |
|
||
- name: Release tests flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: releaseTest_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,11 +63,12 @@ jobs: | |
|
||
- name: Sync Flows | ||
uses: mobile-dev-inc/[email protected] | ||
timeout-minutes: 120 | ||
with: | ||
api-key: ${{ secrets.ROBIN_API_KEY }} | ||
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }} | ||
name: sync_${{ github.sha }} | ||
timeout: 120 | ||
timeout: ${{ vars.ROBIN_TIMEOUT_MINUTES }} | ||
app-file: apk/release.apk | ||
android-api-level: 30 | ||
workspace: .maestro | ||
|
Oops, something went wrong.