SERG-Delft / jpacman

Pacman-inspired game, for teaching testing purposes. (>= v9.0.0)
5 stars 684 forks source link

Remove cucumber tests and dependency #8

Closed casperboone closed 5 years ago

casperboone commented 5 years ago

Following from an offline discussion this PR removes cucumber 🥒 and its tests.

The conclusion was mainly: The cucumber tests might be confusing for students when working on assignments about end to end tests (since they're in the e2e package). Students might think that they have to do something in the same way as the cucumber tests. This also removes the need to maintain this test.

Closes #4.