@@ -60,13 +60,26 @@ jobs:
60
60
with :
61
61
api-key : ${{ secrets.ROBIN_API_KEY }}
62
62
project-id : ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
63
- name : autofill_ ${{ github.sha }}
63
+ name : autofill_critical_path_ ${{ github.sha }}
64
64
timeout : ${{ vars.ROBIN_TIMEOUT_MINUTES }}
65
65
app-file : apk/release.apk
66
66
android-api-level : 30
67
67
workspace : .maestro
68
68
include-tags : autofillNoAuthTests
69
69
70
+ - name : Autofill web flows
71
+ uses :
mobile-dev-inc/[email protected]
72
+ timeout-minutes : 120
73
+ with :
74
+ api-key : ${{ secrets.ROBIN_API_KEY }}
75
+ project-id : ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
76
+ name : autofill_secondary_functionality_${{ github.sha }}
77
+ timeout : ${{ vars.ROBIN_TIMEOUT_MINUTES }}
78
+ app-file : apk/release.apk
79
+ android-api-level : 30
80
+ workspace : .maestro
81
+ include-tags : autofillBackfillingUsername,autofillPasswordGeneration
82
+
70
83
- name : Create Asana task when workflow failed
71
84
if : ${{ failure() }}
72
85
id : create-failure-task
75
88
asana-pat : ${{ secrets.ASANA_ACCESS_TOKEN }}
76
89
asana-project : ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
77
90
asana-section : ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
78
- asana-task-name : GH Workflow Failure - Autofill Critical Path E2E Flows (Robin)
79
- asana-task-description : Autofill critical path tests have failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
91
+ asana-task-name : GH Workflow Failure - Autofill E2E Flows (Robin)
92
+ asana-task-description : Autofill tests have failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
80
93
action : ' create-asana-task'
0 commit comments