ExUnit

ExUnit. Elixir's built-in test framework is ExUnit and it includes everything we need to thoroughly test our code. Before moving on it is important to note that tests are implemented as Elixir scripts so we need to use the . exs file extension. ExUnit can generate standard format JUnit-style XML files which can be submitted to Testfiesta or Testrail using Tacotruck CLI. You just need to check how to test using Exunitarrow-up-right , and install Tacotruck CLI or use Github actionarrow-up-right. Check out simple ExUnit examplearrow-up-right.

Install Tacotruck CLI

Submit test results

Support and Resources

Last updated