kevsersrca / bdd-tutorial

BDD Tutorial with ginkgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ginkgo Basic tutorial

Project Structure

  • adder : basic ginkgo tutorial
  • user : struct based ginkgo tutorial

Ginkgo setup your project

Firstly bootstrap ginkgo for your repo

    ginkgo bootstrap

and after generate test file

    ginkgo generate <test-file-name>

finally, write test cases.

For test

    ginkgo 

or

    go test

About

BDD Tutorial with ginkgo


Languages

Language:Go 100.0%