🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
1.06k
stars
144
forks
source link
bug: Running venom on windows using git bash shell #750
Closed
ivan-velasco closed 11 months ago
Using windows 10 and git bash shell, causes incorrect backslashes to get used
executor: http bodyfile:
"{{.venom.testsuite.workdir}}/testdata/testfile.json"
output:
"bodyfile": "D: \Venom\project\tests/testdata/testfile.json"
unable to unmarshal teststep: error converting YAML to JSON: yaml: found unknown escape character
How are others running venom on a windows machine?