examples/cucumber/example.feature in grid-0.3.7 vs examples/cucumber/example.feature in grid-0.4.0
- old
+ new
@@ -1,11 +1,11 @@
-@NFR001
+@NFR-001
Feature: User logons
In order to use the web applicaion users must be
able to logon and access the portal in 3 seconds
- Scenario: Logon with 50 users in 3 minutes
- Given 200 users open "chrome"
+ Scenario: Logon with 50 users in 1 minute
+ Given 50 users open "chrome"
And navigate to the portal
When they enter their credentials
Then they should see their account settings
And the response time should be less than 3 seconds