elixir-wallaby / wallaby

Concurrent browser tests for your Elixir web apps.
https://twitter.com/elixir_wallaby
MIT License
1.68k stars 198 forks source link

Update README: Local Sandbox File Location #766

Closed stratigos closed 7 months ago

stratigos commented 7 months ago

The test environment is unable to read an .ex file located in the config/ dir by default for Phoenix apps as of v1.7

This change makes a small edit to the README to suggest the sandbox.ex file be placed in the test/support dir.

stratigos commented 7 months ago

I cannot imagine that CI is breaking due to a README change. Is there a way I can re-run the checks? Are these flaky test issues that will resolve after a few retries?