Skip to content

Commit

Permalink
[patch] Mobile json schema test (#1450)
Browse files Browse the repository at this point in the history
Co-authored-by: leo-miran <105313348+leo-miran@users.noreply.github.com>
  • Loading branch information
gabrielbonamicoibm and leo-miran authored Jan 29, 2025
1 parent 52be775 commit 757ad83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@
- input: "$(params.fvt_digest_mobile_pytest)"
operator: notin
values: [""]

## Verification for Mobile JSON Schema
- name: fvt-mobile-jsonschema
{{ lookup('template', 'taskdefs/fvt-mobile/common/taskref-pytest.yml.j2') | indent(2) }}
params:
{{ lookup('template', 'taskdefs/fvt-mobile/common/params-pytest.yml.j2') | indent(4) }}
- name: fvt_test_suite
value: mobile-api-jsonschema
runAfter:
- fvt-mobile-setup-testng
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: fvt_test_suite
value: civil-bvt
runAfter:
- fvt-mobile-setup-testng
- fvt-mobile-jsonschema

## Minimum Verification Test for Mobile Defects MAS test suites
- name: fvt-mobile-testng-defects-android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- name: fvt_test_suite
value: mobfoundation-mvt-android
runAfter:
- fvt-mobile-setup-testng
- fvt-mobile-jsonschema


## Minimum Verification Test for Mobile Foundation MAS test suites
Expand All @@ -25,5 +25,5 @@
- name: fvt_test_suite
value: mobfoundation-mvt-ios
runAfter:
- fvt-mobile-setup-testng
- fvt-mobile-jsonschema

0 comments on commit 757ad83

Please sign in to comment.