How to Scaffold an App
Background
The scaffold CLI command offers an out-of-the-box solution to build a containerized solution to record, mock, and test your app. These workflows can be easily integrated into CI pipelines without needing to spend extra development time orchestrating a test setup.
Prerequisites
Install Docker https://docs.docker.com/engine/install/
We currently only support Docker for containerization
Steps To Scaffold an App
Run the scaffold app command in the root of your app directory
Last updated