Skip to content

Conversation

09bassOp
Copy link
Contributor

@09bassOp 09bassOp commented Sep 2, 2024

close #808

  "venom.testcase.totalSteps": "3",
  "venom.teststep.number": "1",
  "venom.testsuite.totalSteps": "5",
  • I have adjusted the teststep.number and test case numbering to be 1-based instead of zero-based indexing.

Now, the dumps logged in the console will display as follows:

 • test.venom (test.venom.yml)
        • Test-1
                • http PASS
                • http PASS
                  [trac] writing output/test-venom.Test-1.testcase.1.step.1.0.dump.json
                  [trac] writing output/test-venom.Test-1.testcase.1.step.2.0.dump.json
        • Test-2
                • http PASS
                • http PASS
                • http PASS
                  [trac] writing output/test-venom.Test-2.testcase.2.step.1.0.dump.json
                  [trac] writing output/test-venom.Test-2.testcase.2.step.2.0.dump.json
                  [trac] writing output/test-venom.Test-2.testcase.2.step.3.0.dump.json

@09bassOp 09bassOp changed the title test case and test suite totalSteps variables added #808 test case and test suite totalSteps built-in variables added Sep 2, 2024
@09bassOp 09bassOp force-pushed the feature/builtin-vars branch from 186776a to d6fc150 Compare September 2, 2024 22:51
@09bassOp 09bassOp changed the title #808 test case and test suite totalSteps built-in variables added feat: test case and test suite totalSteps built-in variables added Sep 2, 2024
@ovh-cds
Copy link
Collaborator

ovh-cds commented Oct 15, 2024

CDS Report build-venom-a#215.0 ✘

  • Build
    • Build ✔
    • Unit Tests ✔
  • Tests
    • Acceptance Tests ✘

@ovh-cds
Copy link
Collaborator

ovh-cds commented Oct 15, 2024

CDS Report build-venom-a#215.1 ✘

  • Build
    • Build ✔
    • Unit Tests ✔
  • Tests
    • Acceptance Tests ✘

@yesnault yesnault force-pushed the feature/builtin-vars branch from d67d415 to 1597d27 Compare April 30, 2025 07:56
@ovh-cds
Copy link
Collaborator

ovh-cds commented Apr 30, 2025

CDS Report build-venom-a#234.0 ✘

  • Build
    • Build ✔
    • Unit Tests ✔
  • Tests
    • Acceptance Tests ✘

@yesnault yesnault force-pushed the feature/builtin-vars branch from 1597d27 to c29efb5 Compare April 30, 2025 08:48
@ovh ovh deleted a comment from ovh-cds Apr 30, 2025
@ovh ovh deleted a comment from ovh-cds Apr 30, 2025
@ovh ovh deleted a comment from ovh-cds Apr 30, 2025
@ovh ovh deleted a comment from ovh-cds Apr 30, 2025
@ovh ovh deleted a comment from ovh-cds Apr 30, 2025
@ovh ovh deleted a comment from ovh-cds Apr 30, 2025
@yesnault yesnault force-pushed the feature/builtin-vars branch from c29efb5 to 5700db2 Compare April 30, 2025 16:48
@yesnault yesnault merged commit df87c78 into ovh:master Apr 30, 2025
2 checks passed
@yesnault
Copy link
Member

Thank you @09bassOp !

ceriath pushed a commit to ceriath/venom that referenced this pull request Jul 11, 2025
…vh#812)

* process: test case and suite `totalSteps` variables added to address ovh#808

Signed-off-by: Ivan Velasco <[email protected]>

* docs: builtin vars

Signed-off-by: Ivan Velasco <[email protected]>

* fix: count skipped step

---------

Signed-off-by: Ivan Velasco <[email protected]>
Co-authored-by: Yvonnick Esnault <[email protected]>
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.

Add built-in variable to get the number of tests to be executed
3 participants