You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load all tests that are not marked with should_fail: true
Save all documents using their save() function and validate the output with cwltool --validate
Run the tests with the newly saved documents in place of the original documents
The text was updated successfully, but these errors were encountered:
ZimmerA
changed the title
Validated generated cwl typescript models with cwl conformance tests
Validated generated CWL TypeScript models with CWL conformance tests
Dec 17, 2021
ZimmerA
changed the title
Validated generated CWL TypeScript models with CWL conformance tests
Validate generated CWL TypeScript models with CWL conformance tests
Dec 20, 2021
Before merging #2 the schema models have to be validated against the conformance tests found in https://github.com/common-workflow-language/cwl-v1.2/tree/1.2.1_proposed/tests.
For this @mr-c suggested the following approach:
should_fail: true
save()
function and validate the output withcwltool --validate
The text was updated successfully, but these errors were encountered: