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

[Data Driven Test Tool] Add YAML support #2302

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

stkillen
Copy link
Contributor

@stkillen stkillen commented Nov 4, 2024

Summary

Add support in the Data-driven Test Tool for uploading datasets in YAML file format.

YAML files are converted to JSON format and are as such a destructive action. Once uploaded and converted they are treated as JSON.

Multiple test cases are supported by defining a dictionary tests, e.g.:

tests:
- name: TEST01
  description: (...)
- name: TEST02
  description: (...)

(...)

A single test case can be uploaded with or without the tests key.

Work Item(s)

Fixes AB#555676

@stkillen stkillen requested a review from a team as a code owner November 4, 2024 13:34
@github-actions github-actions bot added this to the Version 26.0 milestone Nov 4, 2024
@stkillen stkillen changed the title [AI Test Tool] Add YAML support [Data-driven Test Tooll] Add YAML support Nov 4, 2024
@stkillen stkillen changed the title [Data-driven Test Tooll] Add YAML support [Data-driven Test Tool] Add YAML support Nov 4, 2024
@stkillen stkillen changed the title [Data-driven Test Tool] Add YAML support [Data Driven Test Tool] Add YAML support Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant