AfterConfiguration do |config| puts("Tests are being executed from: #{config.feature_dirs}") end Before do @browser = Symbiont::Browser.start end at_exit do Symbiont::Browser.stop end