Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattheusv/godog-jenkins
- Owner: mattheusv
- Created: 2018-11-04T18:29:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T23:48:15.000Z (almost 6 years ago)
- Last Synced: 2024-09-27T11:41:05.629Z (about 1 month ago)
- Topics: cucumber, godog, golang, jenkins
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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