Documentation ¶
Index ¶
- Constants
- Variables
- func Command() *cobra.Command
- func NewCucumberCmd() *cobra.Command
- func NewCypressCmd() *cobra.Command
- func NewEspressoCmd() *cobra.Command
- func NewPlaywrightCmd() *cobra.Command
- func NewPuppeteerCmd() *cobra.Command
- func NewReplayCmd() *cobra.Command
- func NewTestcafeCmd() *cobra.Command
- func NewXCUITestCmd() *cobra.Command
- func Run(cmd *cobra.Command) (int, error)
Constants ¶
View Source
const DockerMode = "docker"
DockerMode constant
Variables ¶
View Source
var ( // ErrEmptySuiteName is thrown when a flag is specified that has a dependency on the --name flag. ErrEmptySuiteName = errors.New(msg.EmptyAdhocSuiteName) )
Functions ¶
func NewCucumberCmd ¶ added in v0.109.0
NewCucumberCmd creates the 'run' command for cucumber.
func NewCypressCmd ¶ added in v0.52.0
NewCypressCmd creates the 'run' command for Cypress.
func NewEspressoCmd ¶
NewEspressoCmd creates the 'run' command for espresso.
func NewPlaywrightCmd ¶ added in v0.53.0
NewPlaywrightCmd creates the 'run' command for Playwright.
func NewPuppeteerCmd ¶ added in v0.52.0
NewPuppeteerCmd creates the 'run' command for Puppeteer.
func NewReplayCmd ¶ added in v0.93.0
NewReplayCmd creates the 'run' command for replay.
func NewTestcafeCmd ¶
NewTestcafeCmd creates the 'run' command for TestCafe.
func NewXCUITestCmd ¶
NewXCUITestCmd creates the 'run' command for XCUITest.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.