Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Today, I'll show you how you can run an LUTF batch test manually. Let's dive into it. It won't take long.

You can run a specific test suite all the suites like this:

Code Block
suites['samples'].run()

You can also run all the suites a specific test suite like this:

Code Block
suites['samples'].run()

Once a batch test finishes running. You can check all the results by

...