• Joined on 2023-08-20
bucky deleted branch tests from bucky/url-shortener 2023-10-01 12:26:36 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-01 12:26:23 -07:00
1e9a066cd1 Merge pull request 'tests' (#6) from tests into master
a1ea2a09ec expanded click button to click any button for easier use
445236d735 2nd scenario
94026bdad2 added more parts for the first scenario and updated code to work with the changes
b827f72f25 ignore vim swap files
Compare 16 commits »
bucky merged pull request bucky/url-shortener#6 2023-10-01 12:26:21 -07:00
tests
bucky created pull request bucky/url-shortener#6 2023-10-01 12:26:14 -07:00
tests
bucky pushed to tests at bucky/url-shortener 2023-10-01 12:15:38 -07:00
a1ea2a09ec expanded click button to click any button for easier use
445236d735 2nd scenario
Compare 2 commits »
bucky pushed to tests at bucky/url-shortener 2023-09-30 18:40:08 -07:00
94026bdad2 added more parts for the first scenario and updated code to work with the changes
b827f72f25 ignore vim swap files
Compare 2 commits »
bucky pushed to tests at bucky/url-shortener 2023-09-30 14:34:35 -07:00
a34b788ff4 added testing stuff, and wrote first successful test!
bucky pushed to tests at bucky/url-shortener 2023-09-25 13:59:44 -07:00
097645cd71 added word break to output view, removed custome validation messages on
bucky pushed to tests at bucky/url-shortener 2023-09-25 11:07:36 -07:00
3e6500ae1c removed rails gem, not sure why it was in there to begin with
bucky pushed to tests at bucky/url-shortener 2023-09-24 11:29:56 -07:00
868ed81b97 set min height so box stays the same between views
bucky pushed to tests at bucky/url-shortener 2023-09-24 10:20:22 -07:00
57790ff464 custom validation message
bucky pushed to tests at bucky/url-shortener 2023-09-22 18:32:04 -07:00
d2a411d94c url validation
bucky pushed to tests at bucky/url-shortener 2023-09-22 18:27:11 -07:00
8cabe5c7b6 more layout updates
bucky pushed to tests at bucky/url-shortener 2023-09-22 17:43:42 -07:00
c0c82e5395 added some simple styles to make it nicer
bucky pushed to tests at bucky/url-shortener 2023-09-22 15:12:25 -07:00
47f8741592 added logic to prevent duplicate url's from being entered, it just
bucky pushed to tests at bucky/url-shortener 2023-09-19 18:43:26 -07:00
935b0c5a9f cucumber initialization
bucky pushed to tests at bucky/url-shortener 2023-09-19 12:24:37 -07:00
a3d7525d9a added rspec, rack test, and cucumber gems
bucky created branch tests in bucky/url-shortener 2023-09-18 16:46:58 -07:00
bucky pushed to tests at bucky/url-shortener 2023-09-18 16:46:58 -07:00
bucky commented on issue bucky/url-shortener#4 2023-09-18 11:09:18 -07:00
tests

this is the main priority for now, to get a testing framework in place, maybe rspec? with cucumber? perhaps throw in playwright. i think that's probably the path to go, but will require some…