"Load Error FAILED" - Supported extensions are spec, qontract, wsdl, yaml, yml, json. #1039
Unanswered
igor-martins-ugowork
asked this question in
Ask For Help
Replies: 1 comment 4 replies
-
Hi @igor-martins-ugowork, sorry for the delay, and thanks for getting in touch. Can you try once again with the latest version of the If the error persists, please let us know. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am implementing Specmatic in an existing ReactJS Project. Inside the project I have my stubs and my tests directory, each one with a .yaml file. Whe I run my stub, it works normally, but when I run my test it gives the error below. I am with a .yaml file in my directory of tests, so I have no idea about what is going on. Could anyone help?
[specmatic] 14-03-2024 13:31:06 info: CLI: Running with args "test src\specmatic\tests"
[specmatic] 14-03-2024 13:31:06 debug: CLI: Specmatic jar path: .\node_modules\specmatic\specmatic.jar
Load Error has FAILED
Reason: Current file src\specmatic\tests has an unsupported extension . Supported extensions are spec, qontract, wsdl, yaml, yml, json.
Unsuccessful Scenarios:
"Load Error FAILED"
Reason: Current file src\specmatic\tests has an unsupported extension . Supported extensions are spec, qontract, wsdl, yaml, yml, json.
Tests run: 1, Successes: 0, Failures: 1, Errors: 0
Beta Was this translation helpful? Give feedback.
All reactions