How to Integrate E2E Testing
Background
ScaffoldGetting Started
stoobly-agent scaffold app create <APP-NAME> --plugin playwright
stoobly-agent scaffold service create \
--hostname <SERVICE-HOSTNAME> \
--scheme <SERVICE-SCHEME> \
--port <SERVICE-PORT> \
<SERVICE-NAME>Example
Using the JavaScript Client Library
Next Steps
Save the app scaffold in version control
Run workflows in the following order
How to Run a WorkflowHow to Stop a Workflow1
2
3
Last updated