Warm tip: This article is reproduced from stackoverflow.com, please click
robotframework

What is the setting to do "After Test Suite"

发布于 2020-03-27 15:42:50

I try to find a way to execute a keyword after the test suite. Something like Suite Setup for after the execution.

There is a way to do that?

Questioner
Royce
Viewed
24
Todor Minakov 2020-01-31 17:13

Suite Teardown defined in the Settings section - it will be the last thing ran for the suite, after the last case's teardown.

It is explained in details in the user guide - http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#suite-setup-and-teardown