What's new
See all changes with previous release on v0.16.0...v0.17.0
Features
- parse all testsuites to check variables usage (#110)
- ignore some variables in parse (#114)
- run testsuites in parallel (#120)
- update go-ovh (adding headers feature) (#124)
- parse test suites encoded as HCL
Executors
- executors/dbfixtures: add support for database initialization with SQ…
- executor/http: skip body and headers to be able avoid big memo…
- executor/ovhapi: add context headers for ovh executor
- executor/image: defer the Close of the mailbox after a message can be moved
- executor/exec: add result.systemoutjson and result.systemerrjs
- executor/http: add debug logs (#111)
refactor / Chore
- remove unused Assertions on TestCase
- Executor variable name (#122)
- gitignore vscode (#108)
- migrate from govendor to dep (#127)
- package with cds (#135)