Brian Underwood
Brian Underwood
The server crashes when trying to call `collect_` because `export_interval_ms`/`tref` are undefined. Probably `export_interval_ms` should have a default or be validated earlier.
Is it by design that `before_scenario` runs multiple times if `parallel` is greater than `1`? I'm trying to setup a single process which can be accessed by the parallel run...
I notice that `assent` 0.3.0 was released some months ago but `pow_assent` just specifies `~> 0.2.8`. I noticed because I had started with adding `{:assent, "~> 0.3.0"}` to my `mix.exs`...
