Skip to content

Sample Kotlin test project with Gradle, Cucumber, testNG, Allure, Selenium

Notifications You must be signed in to change notification settings

ludenus/cucumber-kotlin-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-kotlin-skeleton

Sample Kotlin test project with Gradle, Cucumber, testNG, Allure, Selenium

How to run

$ gradle clean test

How to build report

$ gradle allureReport allureServe

run with dockerized chrome

PREREQUISITES:

in terminal window #1

$ docker-compose up

Open VNC client, connect with pass: secret

localhost:15900 (chrome node)

localhost:25900 (firefox node)

in terminal window #2

$ KOTLIN_POC_USE_SELENIUM_GRID=true KOTLIN_POC_SELENIUM_GRID_URL=http://localhost:14444/wd/hub gradle clean test

when tests finished in terminal window #1

^C
$ docker-compose down

About

Sample Kotlin test project with Gradle, Cucumber, testNG, Allure, Selenium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published