Skip to content

Instantly share code, notes, and snippets.

View noetix's full-sized avatar

Alex Joyce noetix

  • Sydney, Australia
View GitHub Profile
@mnapoli
mnapoli / behat-reference.feature
Last active May 31, 2026 20:53
Behat Mink reference
# Given
Given I am on [the] homepage
Given I am on "url"
# When
When I go to [the] homepage
When I go to "url"
When I reload the page