Skip to content

SchnuckySchuster/senbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

senbot

Java based Cucumber and Selenium framework.

goals

Our goal is to make it easy to create, run and report on automated tests for webbased applications (by using behavior driven development).

features

  • Cucumber based tests
  • Selenium based tests using different browsers
  • Run tests in parallel (Has some issue's)
  • Generate readable reports (Work in progress)

prerequisites

senbot build test run

Clone the repository somewhere and do a mvn clean install, this will build the senbot and fire the example tests

new project

After a succesfull senbot build and test run you can use the Maven archetype to generate a new project based on the senbot framework.

mvn archetype:generate -DarchetypeGroupId=com.gfk.senbot -DarchetypeArtifactId=SenBotArchetype
-DgroupId=com.gfk.demo -DartifactId=RunnerDemo

This should result in a new folder in your current directory called RunnerDemo, start and test it with mvn clean install

About

Java based Cucumber and Selenium framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published