https://github.com/tsundberg/todo-at-ctd
An example of a TODO list using Cucumber-JVM
https://github.com/tsundberg/todo-at-ctd
Last synced: 3 months ago
JSON representation
An example of a TODO list using Cucumber-JVM
- Host: GitHub
- URL: https://github.com/tsundberg/todo-at-ctd
- Owner: tsundberg
- License: apache-2.0
- Created: 2019-01-23T18:46:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T09:41:59.000Z (over 6 years ago)
- Last Synced: 2025-01-05T13:42:17.217Z (5 months ago)
- Language: Java
- Size: 17.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTD TODO
An example of a TODO list using Cucumber-JVM.
Thomas should remember to buy cat food.
This can be formulated as:
```
# language: svEgenskap: För att komma ihåg saker kan man behöva en lista.
Scenario: Kom ihåg att köpa kattmat
Givet att kattmaten är slut
När Thomas skriver upp köp kattmat på sin att göra-lista
Så ska det stå köp kattmat på hans att göra-listan
```If you don't understand Swedish, the example above may not make much sense to you. It is in Swedish.
Yes, it is possible to write Gherkin an many other languages than English.## Building
The example uses Maven, build it with:
mvn test