Skip to content

Instantly share code, notes, and snippets.

@Neptune998
Last active August 28, 2021 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neptune998/c149740ef763418857e3f5c2449b8ee8 to your computer and use it in GitHub Desktop.
Save Neptune998/c149740ef763418857e3f5c2449b8ee8 to your computer and use it in GitHub Desktop.
SpiceJet Ticket Booking
@Smoke
Feature: Book Ticket
I want to book Ticket in Spice Jet
@Test1
Scenario: Book Ticket from Delhi to Bengaluru
Given I Open URL "https://www.spicejet.com/" and launch driver
When I search ticket from "Delhi" to "Bengaluru" Depart on "10-April-2021" return on "11-June-2021"
Then I close driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment