Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

launchpad-smoke-test

Minimal test app for validating the Launchpad deploy pipeline end-to-end.

What it does

Returns { "status": "smoke-ok" } on / and { "status": "healthy" } on /health.

Usage

# Local
node server.js
curl http://localhost:3000  # → {"status":"smoke-ok","version":"local",...}

# Docker
docker build -t smoke-test .
docker run -p 3000:3000 smoke-test

Deploy pipeline

The .github/workflows/deploy.yml workflow:

  1. Builds the Docker image
  2. Pushes to ECR
  3. Calls the Launchpad deployment callback

Use with ./scripts/smoke-test.sh --e2e-github in the Launchpad repo.

About

Minimal test app for Launchpad e2e deploy pipeline validation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages