00:00:00.8282361
Scenario
Get Booking Ids
-
Given
an auth token is received
an auth token is received
-
When
a get request is made to the booking endpoint
a get request is made to the booking endpoint
-
Then
the response should contain a list of booking ids
the response should contain a list of booking ids
00:00:00.4474626
Scenario
Create a Booking
-
Given
an auth token is received
an auth token is received
-
When
a post request is made to the create booking endpoint
a post request is made to the create booking endpoint
-
Then
the response should contain a booking id
the response should contain a booking id