add-flash #11

Merged
bucky merged 10 commits from add-flash into master 2023-10-03 16:12:15 -07:00
Owner

closes bucky/url-shortener#5 adds flash messages, and another test

closes bucky/url-shortener#5 adds flash messages, and another test
bucky added 10 commits 2023-10-03 16:12:06 -07:00
+ added flash plugin, and the session plugin required by flash
+ set the DB name as an environment variable
+ set @message variable where it needs to be set to show on the UI
+ added flash/message assertions
+ adjusted urls to be http://google.com for tests for now
+ added @db-test tags to tests that use db interactions
+ added a scenario for duplicate URLs being used
+ added before and after steps to init and clean up db tests
+ added initialization of a test db for tests instead of interacting
  with the production database
after each task, implemented that in the before and after steps
bucky merged commit be17e2f146 into master 2023-10-03 16:12:15 -07:00
bucky deleted branch add-flash 2023-10-03 16:12:21 -07:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bucky/url-shortener#11