dchadwick/features/base.feature
2024-09-07 14:04:34 -04:00

6 lines
141 B
Gherkin

@api
Feature: Baseline Tests
Scenario: Ensure Site is Accessible
Given I am on "/user"
Then the response status code should be 200