Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

jochumb/screenplay-pattern-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenplay Pattern test

Experimenting with Screenplay pattern in Serenity, testing simple Twitter functionality

Project setup

The features folder contrains two stories implemented using the screenplay pattern.

  1. Login
  • Uses the serenity-screenplay-webdriver module, has most of seleniums features covered
  • Classes in the web directory
  1. Search
  • Uses the twitter API and the serenity-screenplay module, needs some code to bind the two
  • Classes in the api directory

Configure

Rename twitter.properties.example and twitter4j.properties.example (delete .example) and fill with valid values.

Run

mvn verify

About

Experimenting with Screenplay pattern in Serenity, testing simple Twitter functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages