aprs.me/config
Graham McIntire 6e504f7209
fix: Configure Wallaby integration tests for GitHub CI
The Wallaby integration tests were timing out in CI. This adds proper
configuration for running browser tests in the CI environment.

Changes:
- Start ChromeDriver explicitly in the background on port 4444
- Pass CHROMEDRIVER_URL environment variable to tests
- Add chromedriver_base_url configuration to use env var if available
- Increase test timeout to 60 seconds for integration tests
- Add additional Chrome flags for better CI stability:
  - --disable-setuid-sandbox
  - --disable-extensions
  - --disable-background-timer-throttling
  - --disable-backgrounding-occluded-windows
  - --disable-renderer-backgrounding

These changes ensure ChromeDriver is properly started and accessible
in the CI environment, preventing connection timeouts.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 15:41:28 -05:00
..
config.exs Improve coordinate handling and add configurable position sensitivity 2025-07-29 12:06:56 -05:00
dev.exs Fix Leaflet library loading race condition and enable Redis-free development 2025-07-27 12:20:23 -05:00
prod.exs Fix Docker build CSS import errors 2025-07-21 11:59:04 -05:00
runtime.exs Fix code formatting 2025-07-29 10:32:32 -05:00
test.exs fix: Configure Wallaby integration tests for GitHub CI 2025-08-03 15:41:28 -05:00