Logo
Explore Help
Sign In
replit/timmy-tower
2
0
Fork 0
You've already forked timmy-tower
Code Issues 26 Pull Requests 5 Actions Packages Projects Releases Wiki Activity
Files
main
timmy-tower/scripts/test-local.sh

9 lines
301 B
Bash
Raw Permalink Normal View History

Add automated testing flow to reduce manual effort Integrate a new testkit endpoint and update package.json scripts to enable automated testing via `pnpm test` and `pnpm test:prod`, including a new test case for request body size limits. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 418bf6f8-212b-4bb0-a7a5-8231a061da4e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 60472e18-59b7-4877-a9a2-16381573ab68 Replit-Helium-Checkpoint-Created: true
2026-03-18 17:43:01 +00:00
#!/usr/bin/env bash
# Runs the Timmy test suite against the local dev server.
# Usage: pnpm test (from repo root)
# BASE=https://custom-url.replit.app pnpm test
set -euo pipefail
BASE="${BASE:-https://${REPLIT_DEV_DOMAIN}}"
echo "Running tests against: $BASE"
BASE="$BASE" bash timmy_test.sh
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 393ms Template: 19ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API