builds/26.0.2989
stkillen
tagged this
28 Nov 14:43
<!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> 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) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#555676](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/548276)