added testing stuff, and wrote first successful test!

This commit is contained in:
2023-09-30 14:33:24 -07:00
parent 097645cd71
commit a34b788ff4
5 changed files with 80 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
# features/home.feature
Feature: Homepage
Loading the homepage is the initial starting point for this tool
Scenario: Homepage Loads
Given I visit the homepage
Then I should see "URL Shortener"