Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattheusv/godog-jenkins

Example of run cucumber tests with godog in jenkins
https://github.com/mattheusv/godog-jenkins

cucumber godog golang jenkins

Last synced: 28 days ago
JSON representation

Example of run cucumber tests with godog in jenkins

Awesome Lists containing this project

README

        

# godog-jenkins
Example of run cucumber tests with godog in jenkins

# Configure Jenkins
Create a jenkins container with Go installed using base Dockerfile in Docker/

# Configure Cucumber Reports on Jenkins
Install Cucumber reports plugin in your jenkins

# Run
You can use Jenkinsfile to create your pipelines and run cucumber tests with Go :D

# Project
This test make a request in GitHub API and verific if http status code is 200