Feature: loading .env variables Scenario: With .dotenv Given the Server is running at "env-app" When I go to "/test.html" Then I should see "

BAR

" Scenario: Without .dotenv Given the Server is running at "envless-app" When I go to "/test.html" Then I should see "

"