#BAEL-913 serenitybdd and spring (#1845)
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
9f88ff0d2e
commit
e2aabe819e
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
|
||||
|
||||
<util:properties id="konami_props">
|
||||
<prop key="code">
|
||||
↑↑↓↓←→←→BA
|
||||
</prop>
|
||||
|
||||
</util:properties>
|
||||
</beans>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
Meta:
|
||||
|
||||
Narrative:
|
||||
As a KONAMI player
|
||||
I want to cheat
|
||||
So that I can unlock hidden stages of the game
|
||||
|
||||
Scenario: A KONAMI player can use the cheatcode to unlock hidden stages
|
||||
Given game stage cleared
|
||||
And KONAMI cheat code
|
||||
When I input the cheat code
|
||||
Then a hidden stage will be unlocked
|
||||
Reference in New Issue
Block a user