YarLyashenko / AkamaiTests

Automated tests using Selenium WebDriver, Allure2, TestNG, CucumberJVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test project for Akamai

How to run tests:

Run tests in Chrome on LINUX with installed chromedriver: mvn install allure:serve

To run on different browsers (example for Chrome): mvn install allure:serve -Dwebdriver.chrome.driver=<link to chromedriver executable> -DbrowserName=chrome

Feature: Unlogged customer is able to search for a job

Scenario: Search for a job matching given criteria
Given Customer is on ' http://akamaijobs.referrals.selectminds.com/ 
When Customer specifies job title : Test
And Location : PL-Krakow
And clicks on 'Search'
Then Any job offers are found 

Feature: Customer is notified when no offers match given criteria 

Scenario: Search for a job matching given criteria
Given Customer is on ' http://akamaijobs.referrals.selectminds.com/ ' 
When Customer specifies job title : XXX
And clicks on 'Search'
Then Notification about no offers found is displayed

About

Automated tests using Selenium WebDriver, Allure2, TestNG, CucumberJVM


Languages

Language:Java 100.0%