dchadwick/features/base.feature

6 lines
141 B
Gherkin
Raw Normal View History

2024-09-07 14:04:34 -04:00
@api
Feature: Baseline Tests
Scenario: Ensure Site is Accessible
Given I am on "/user"
Then the response status code should be 200