Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add built-in variable to get the number of tests to be executed #808

Open
bcecchinato opened this issue Aug 20, 2024 · 0 comments · May be fixed by #812
Open

Add built-in variable to get the number of tests to be executed #808

bcecchinato opened this issue Aug 20, 2024 · 0 comments · May be fixed by #812
Labels

Comments

@bcecchinato
Copy link

Hello !

Is it possible to have 2 new builtin-variables :

  • .venom.testcase.total -> The total number of steps in the test case
  • .venom.testsuite.total -> The total number of steps in the test suite (which should be the sum of the .venom.testcase.total)

We want to use this built-in variable to display/write a text with the "progress" of the test execution.

09bassOp added a commit to 09bassOp/venom that referenced this issue Sep 2, 2024
09bassOp added a commit to 09bassOp/venom that referenced this issue Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants