SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
126 stars 253 forks source link

Cucumber extends confusion #117

Open LiamClark opened 7 years ago

LiamClark commented 7 years ago

In our [scenarios.md] (https://github.com/SERG-Delft/jpacman-framework/blame/master/doc/scenarios.md#L94) file we mention that scenario 2.5 extends 2.1.

Most students think the extends word is some sort of cucumber keyword and expect the feature to automatically get the steps from 2.1. This is however not the case. We actually expect them to put the relevant steps from 2.1 into 2.5. Any suggestions to make this terminology less confusing?

TimvdLippe commented 7 years ago

Expands upon?