Synnefo example

This project is an example project for synnefo, a jvm junit plugin to run cucumber steps in AWS CodeBuild.

How to run the example?

Prerequisites:

  1. git clone this project: git clone https://github.com/albumprinter/junit-synnefo-demo && cd junit-synnefo-demo
  2. Create a AWS Codebuild role and an S3 bucket that will be used by the project and set the corresponding environment variables:
set Synnefo_serviceRole=arn:aws:iam::9999999999:role/AWS-CodeBuild-Service
set Synnefo_bucketName=9999999999-synnefo

(it can also be done via -D parameters or in the code, see: albumprinter/junit-synnefo#15):

  1. Configure your AWS credentials by either using aws cli's aws configure or set the environment variables:

Example

3.1) Run the gradle command gradle runSynnefoTests:

Example

3.2) Or run the gradle task in Intellij IDEA:

Example

And wait for it to finish

Example

  1. Go to the reporting directory: cd build && cd synnefo and start the allure server: allure serve .

Example

  1. Enjoy the report

Example