Skip to content

MikShel/citrix_podio_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citrix_podio_test_task

Test task for Podio team in denmark

How to run tests

On Mac

 ./gradlew cucumber
 

Also, few parameters can be changed using -Pkey="value"

Keys Default value Comment
login 'no' email, that will be used for tests
pass 'no' pass, that will be used for tests
cred '/tmp/users.properties' run tests with specified login/pass property file, can be used without login/pass parameters
tags '@Test' run scenarios with specific tag
feature '' run specific feature
url 'https://nextpodio.dk' run tests on custom url
browser 'ghm' run tests in specific browser ghm - Chrome, ff - firefox, pjs - PhantomJs

Credentials example

users.properties

 # valid user
 login=login@user.com
 pass=pass
 

On Linux

Change binaries of drivers in drivers folder

 ./gradlew cucumber
 

About

Test task for Citrix team in denmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published