Looping test suites

Hello, is there any way to loop “Test suites”?

Create a test suite execution file.
Then create another html file with content:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="5; url=file:///C:/Path/To/Your/Actual/file.html">
<title>redirection</title>
</head>
<body>
</body>
</html>

Create a new script with one single command to open this newly created file and put it at the end of your test suite.

Hope this helps.

1 Like

Now that’s a creative idea :slight_smile: