Skip to content

🚉 Search tickets on UZ booking site using selenium-webdriver, cucumber and phantomjs

Notifications You must be signed in to change notification settings

s0ph1e/uz-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uz-search

Search tickets on Ukrzaliznytsia booking site using selenium-webdriver, cucumber and phantomjs

  Scenario: Search tickets
    Given I am on the UZ booking site
    When I choose departure station Киев
    And I choose arrival station Ивано-Франковск
    And I choose date 2017-01-13
    And I do search
    Then I should see available trains

If tickets found - sends email with screenshot

Install

  • install nodejs 8
  • npm i
  • npm start

It will run ./node_modules/.bin/cucumber-js and test features described in features directory.

Configure

About

🚉 Search tickets on UZ booking site using selenium-webdriver, cucumber and phantomjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published