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

When an error occured during setup web execution, test steps linked must be not executed #552

Closed
kevinramage opened this issue May 29, 2022 · 0 comments · Fixed by #561
Closed
Assignees
Labels
Milestone

Comments

@kevinramage
Copy link
Contributor

Scope: Web executor
Expected: When an error occured during setup web execution, test steps linked must be not executed
Actual: When you have create a web test with several test steps and you have an issue during setup step (driver not present for example)

Root cause: "process_testcase.go"
knowExecutors variable msut be set before setup call if there are no errors
RunTestStep function must be called only if setup function call successfully

@fsamin fsamin added the bug label Aug 2, 2022
@fsamin fsamin added this to the 1.1.0 milestone Aug 2, 2022
@fsamin fsamin self-assigned this Aug 3, 2022
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