Validation
When we encounter an error after a scaffolded workflow is run, we want to diagnose the cause. Scaffold validation does the following checks on your application:
Core services are running
Containers for each service are running
Resource directories are mounted within the containers
Requests can be recorded from each service
Stoobly UI is running and accessible on localhost port 4200
Core Services
Service
Record
Mock
Test
build
✅
✅
✅
entrypoint
✅
✅
✅
gateway
✅
✅
❌
stoobly-ui
✅
✅
❌
Service Containers
A service is comprised of one or more containers and belongs to one or more worfklows. When a workflow is run, the following containers will be started:
Container
Detached
With Hostname
Without Hostname
<WORKFLOW>-init
✅
✅
✅
<WORKFLOW>-configure
✅
✅
✅
<WORKFLOW>-proxy
✅
✅
❌
Resource Directory Mounts
Resource Directory
Destination
Detached
With/Without Hostname
.stoobly
/home/stoobly/.stoobly
❌
✅
.stoobly/docker
/home/stoobly/.stoobly/docker
✅
✅
Get Started
Last updated
Was this helpful?