RSpec

RSpec is a behavior-driven development (BDD) testing framework for the Ruby programming language, widely used for testing Ruby code and, notably, Ruby on Rails applications. RSpec can generate standard format JUnit-style XML files which can be submitted to Testfiesta or Testrail using Tacotruck CLI. You just need to install the popular pytest , and install tacotruck cli or use Github action. Check out simple RSpec example.
Configuration
To generate xml file report, report file path should be included in command.
Install Tacotruck CLI
Submit test results
Github Action
Support and Resources
Last updated