Documentation Index
Fetch the complete documentation index at: https://docs.fixa.dev/llms.txt
Use this file to discover all available pages before exploring further.
overview
theTest class represents a test case that combines a scenario with an agent. it defines what will be tested and which agent will perform the test.
constructor
parameters
scenario(Scenario): the scenario to testagent(Agent): the agent to test with
example usage
notes
- a test is the combination of what to test (scenario) and who will test it (agent)
- multiple tests can be created with different scenario-agent combinations
- tests are executed by the testrunner
- each test will result in a separate call to your voice agent