Closed maciejbak85 closed 10 years ago
Hi,
Im trying to run dredd tests with command line: dredd apiary.apib http://localhost:8080/api/v2
but its seems from backend logs that it tries to connect to http://localhost:8080. And if for example in apiary.apib I have:
tests tries to reach url: http://localhost:8080/smth/12345 but should reach url: http://localhost:8080/api/v2/smth/12345
I tried also with: dredd apiary.apib http://localhost:8080/api/v2/
( slash at the end ) but no change. What Im doing wrong ? or its some problem with dredd. Thanks!
Closed is duplicity with https://github.com/apiaryio/dredd/issues/43
Hi,
Im trying to run dredd tests with command line: dredd apiary.apib http://localhost:8080/api/v2
but its seems from backend logs that it tries to connect to http://localhost:8080. And if for example in apiary.apib I have:
Smth [/smth/{smthId}]
tests tries to reach url: http://localhost:8080/smth/12345 but should reach url: http://localhost:8080/api/v2/smth/12345
I tried also with: dredd apiary.apib http://localhost:8080/api/v2/
( slash at the end ) but no change. What Im doing wrong ? or its some problem with dredd. Thanks!