Configure Browser Stats
Jul 30, 2017 · 1 min read
Adding @browser to features/support/env.rb
Are you not seeing browser stats for your App in CukeHub?

You just need to make sure you @browser is set in your cucumber features/support/env.rb Before Hook.
Something like this:

If you are using another instance variable (i.e. @driver) you can simply add:
@browser = @driver

