https://github.com/pedroaugustoramalhoduarte/devs-to-bdd
Generate features based on MS4Me model
https://github.com/pedroaugustoramalhoduarte/devs-to-bdd
bdd ruby specs tcc
Last synced: about 1 month ago
JSON representation
Generate features based on MS4Me model
- Host: GitHub
- URL: https://github.com/pedroaugustoramalhoduarte/devs-to-bdd
- Owner: PedroAugustoRamalhoDuarte
- Created: 2022-02-04T13:11:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T21:11:42.000Z (over 3 years ago)
- Last Synced: 2025-01-26T04:24:59.407Z (over 1 year ago)
- Topics: bdd, ruby, specs, tcc
- Language: Ruby
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devs to BDD
Esse projeto tem o objetivo produzir casos de testes no formato de BDD para uma simulação feita em ambiente MS4
# Requisitos
- Ruby
# Como rodar?
- Rode `bundle install` para instalar as depedências
- Depois utilize a CLI para gerar os casos e testes utilizando `ruby ./lib/main.rb`
# Como rodar os testes?
- `rspec spec`