aprs.me/test
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
..
aprsme updates with parser updates 2025-08-03 09:19:31 -05:00
aprsme_web updates with parser updates 2025-08-03 09:19:31 -05:00
assets/js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
integration fix: Configure Wallaby integration tests for GitHub CI 2025-08-03 15:41:28 -05:00
support fix: Comprehensive packet processing and test optimization improvements 2025-08-01 17:50:07 -05:00
types refactor to use external parser 2025-06-24 14:22:09 -05:00
test_helper.exs fix: Comprehensive packet processing and test optimization improvements 2025-08-01 17:50:07 -05:00
time_independence_fixes.md test: Make tests time-independent and increase timeouts for reliability 2025-08-02 10:07:47 -05:00