Docker
Stoobly Scaffold Docker Runtime E2E Testing - Questions & Answers
Docker Plugin Support
Q: What files are created when I use the --plugin option with Docker runtime?
Docker Initial Setup
Q: How do I create a scaffold script for Docker E2E testing?
Q: How do I scaffold an app for Playwright E2E testing with Docker?
Q: How do I scaffold an app for Cypress E2E testing with Docker?
Docker Configuration Files
Q: What files should I modify to add my Playwright tests with Docker?
Q: What files should I modify to add my Cypress tests with Docker?
Q: How do I add custom npm packages for my Docker tests?
Q: How do I pass environment variables to my Docker tests?
Running Docker E2E Tests
Q: How do I record E2E test traffic with Docker?
Q: How do I run E2E tests with mocked responses using Docker?
Q: How do I run E2E tests with response validation using Docker?
Q: How do I run specific test files or suites with Docker?
Docker Debugging
Q: How do I view test output and logs with Docker?
Q: How do I debug failing Docker tests?
Q: How do I save test artifacts (screenshots, videos) with Docker?
Docker Best Practices
Q: Should I record once and mock for all subsequent runs with Docker?
Q: How do I organize E2E tests by feature with Docker?
Docker CI/CD Integration
Q: Which runtime should I use in CI/CD for E2E testing?
Q: How do I test with Docker runtime in CI/CD?
Q: How do I use the Makefile in CI/CD pipelines?
Q: How do I run workflows in Docker containers for CI/CD?
Docker Advanced Configuration
Q: How do I mount test fixtures and data with Docker?
Docker Complete Example
Q: What's a complete example of setting up Playwright E2E tests with Docker?
Last updated