Module

Ctl.Internal.Test.E2E.Feedback.Browser

A module for communication between E2E test suite and a headless browser. This module exposes API for the browser side. See Ctl.Internal.Test.E2E.Feedback.Node for the corresponding APIs for the NodeJS side.

#pushBrowserEvent

#getClusterSetup

getClusterSetup :: Effect (Maybe ClusterSetup)

Retrieves cluster setup provided by the NodeJS side of the test suite.

#getClusterSetupRepeatedly

getClusterSetupRepeatedly :: Aff ClusterSetup

Attempts to read cluster setup multiple times

Modules