OllieWebb / Hotel

Group Sparta Global Proejct
0 stars 0 forks source link

Availability Checks #3

Closed MarkoKovac153 closed 3 months ago

MarkoKovac153 commented 3 months ago

As a Customer, When I request data on a hotel I want to see if the hotel is available, So that I can book a hotel

Eve-Burton commented 3 months ago

Gherkin

Feature: Checking Hotel Availability

Scenario: Check if a Hotel is available for booking Given I am a customer When I request data on a hotel with the name "Grand Hotel" Then I want to see if the hotel is available So that I can book the hotel

stevrnd commented 3 months ago

using booking.com to scrape data for availability and check for edge cases