Skip to content

fix(venom): output dump file#729

Merged
yesnault merged 1 commit into
masterfrom
ye-1697783233
Oct 20, 2023
Merged

fix(venom): output dump file#729
yesnault merged 1 commit into
masterfrom
ye-1697783233

Conversation

@yesnault
Copy link
Copy Markdown
Member

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

```yml
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
```

Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
@sonarqubecloud
Copy link
Copy Markdown

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

@yesnault yesnault merged commit 57972a6 into master Oct 20, 2023
@fsamin fsamin deleted the ye-1697783233 branch November 22, 2023 17:24
storagebits pushed a commit to storagebits/venom that referenced this pull request Apr 17, 2026
```yml
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
```

Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants