Local
Stoobly Scaffold Local Runtime E2E Testing - Questions & Answers
Local Initial Setup
Q: How do I scaffold an app for Playwright E2E testing with local runtime?
# Create app with Playwright
stoobly-agent scaffold app create my-e2e-tests \
--plugin playwright \
--runtime localQ: How do I scaffold an app for Cypress E2E testing with local runtime?
# Create app with Cypress
stoobly-agent scaffold app create my-cypress-tests \
--plugin cypress \
--runtime localLocal Configuration Files
Q: What files should I modify to add my Playwright tests with local runtime?
Q: What files should I modify to add my Cypress tests with local runtime?
Q: How do I pass environment variables to my local tests?
Running Local E2E Tests
Q: How do I record E2E test traffic with local runtime?
Q: How do I run E2E tests with mocked responses using local runtime?
Q: How do I run E2E tests with response validation using local runtime?
Q: How do I run E2E tests with local runtime?
Q: How do I run specific test files or suites with local runtime?
Local Debugging
Q: How do I view test output and logs with local runtime?
Q: How do I debug failing local tests?
Q: How do I save test artifacts (screenshots, videos) with local runtime?
Local Best Practices
Q: Should I record once and mock for all subsequent runs with local runtime?
Q: How do I organize E2E tests by feature with local runtime?
Local CI/CD Integration
Q: Can I use local runtime in CI/CD for E2E testing?
Q: How do I test with local runtime in CI/CD?
Local Advanced Configuration
Q: How do I access test fixtures and data with local runtime?
Last updated