Skip to content
#

gherkin

Here are 542 public repositories matching this topic...

Ekberg
Ekberg commented Mar 16, 2021

Please answer these questions before submitting a bug report.

What version of godog are you using?

0.11.0

What version of Go are you using?

1.16.2

What did you do?

Created a new project with the following structure,

|-- features
|   `-- health.feature
|-- main.go
|-- Dockerfile
|-- go.mod
`-- go.sum

My main.go,

package main
good first issue
mpkorstanje
mpkorstanje commented Jun 5, 2020

Currently the structure of the cucumber docs is rather confused. Content with different goals is grouped together. This makes for a poor first user experience and a rather confused second user experience. This can be improved by changing the structure and rewriting the articles to conform to one of the types of docs below:

Types of docs

  • Start here / Getting started
    Like the Getting St
🙏 help wanted good first issue hacktoberfest-accepted

Improve this page

Add a description, image, and links to the gherkin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gherkin topic, visit your repo's landing page and select "manage topics."

Learn more