Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] Mobile json schema test #1450

Merged
merged 4 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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