Skip to main content

Module h2o_wave.test

Functions

cypress

def cypress(description: str)

Classes

Cypress

class Cypress

Represents a Cypress test translator.

Methods

run

def run(self, f)

Includes all steps from the given test into the current test.

Args
f
A Python function containing Cypress test steps.