Types

Link copied to clipboard
data class AssertEqualsCommand(val actual: String, val expected: String) : TestObjective
Link copied to clipboard
data class AssertMathCommand(val expression: String, val expected: String) : TestObjective
Link copied to clipboard
data class AssertNotEqualsCommand(val actual: String, val expected: String) : TestObjective
Link copied to clipboard
data class AssertWithAiCommand(val promptWithVars: String) : TestObjective
Link copied to clipboard
data class MaestroCommand(val maestroCommandWithVars: String) : TestObjective
Link copied to clipboard
data class RememberNumberCommand(val promptWithVars: String, val variableName: String) : TestObjective
Link copied to clipboard
data class RememberTextCommand(val promptWithVars: String, val variableName: String) : TestObjective
Link copied to clipboard
data class RememberWithAiCommand(val promptWithVars: String, val variableName: String) : TestObjective
Link copied to clipboard