ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

fix(venom): output dump file #729

Closed yesnault closed 1 year ago

yesnault commented 1 year ago
name: testsuite with a user executor
testcases:
- name: testJSON
  steps:
  - type: hello
    myarg: World
  - type: hello
    myarg: World
- name: testJSON
  steps:
  - type: hello
    myarg: World

returns:

❯ venom run -vvv b.yml
          [trac] writing venom.2.log
 • testsuite with a user executor (b.yml)
        • testJSON
                • hello PASS
                • hello PASS
                  [trac] writing b.testJSON.testcase.0.step.0.0.dump.json
                  [trac] writing b.testJSON.testcase.0.step.1.0.dump.json
        • testJSON
                • hello PASS
                  [trac] writing b.testJSON.testcase.1.step.0.0.dump.json
final status: PASS

close #722

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here