You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ venom run foo.yml
[trac] writing results/venom.log
• foo (foo.yml)
• same_user_executor_twice
• a_user_executor PASS
• a_user_executor PASS
[info] Info "First call" (foo.yml:7)
[info] Info "First call" (foo.yml:12)
[trac] writing results/foo.same_user_executor_twice.step.0.0.dump.json
[trac] writing results/foo.same_user_executor_twice.step.1.0.dump.json
Writing file results/test_results_foo.xml
final status: PASS
Note the second Info from line 12 must output Second call and not First call.
Let me know if you need any help on this?
Thanks for this amazing project!
The text was updated successfully, but these errors were encountered:
sixstone-qq
changed the title
info provides previous user executor information if same user executor is run
info provides previous user executor information if same user executor is run twice
Feb 8, 2023
Provided this test:
With this user executor:
The output from venom v1.1.0 is:
Note the second Info from line 12 must output
Second call
and notFirst call
.Let me know if you need any help on this?
Thanks for this amazing project!
The text was updated successfully, but these errors were encountered: