Documentation ¶
Index ¶
- Variables
- func Command() *cobra.Command
- func NewCypressCmd() *cobra.Command
- func NewEspressoCmd() *cobra.Command
- func NewPlaywrightCmd() *cobra.Command
- func NewPuppeteerCmd() *cobra.Command
- func NewTestcafeCmd() *cobra.Command
- func NewXCUITestCmd() *cobra.Command
- func Run(cmd *cobra.Command) (int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptySuiteName is thrown when a flag is specified that has a dependency on the --name flag. ErrEmptySuiteName = errors.New("adhoc suite parameters can only be used with a new adhoc suite by setting --name") )
Functions ¶
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 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.