Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: print out the name of the browser during setup (#178)
Since aegir went from `--browsers FirefoxHeadless` to `--browser firefox` it's really easy to accidentally run tests in Chromium when you think you're running in Firefox. The change here is just to print the name of the browser being used during the setup phase for a little sanity check.
- Loading branch information