cucumber-eclipse-plugin
cucumber-eclipse-plugin copied to clipboard
Single quotes break syntax highlighting and result in phantom errors
cucumber-eclipse-plugin 1.0 Test case: parse the following feature
Feature: General user's home page
As a general user
I want to see the home page with the list of carts
So I can start working with RAP
# Test Case 1.0.1. Check if a user set up as a General User can log into the applicaton and the proper General User
# screen displays showing the user as a (General User) and the My Open carts, My Submitted Carts and
# the new Cart button are displayed.
Scenario: General user logs in or goes to the home page
When I go to the home page
Then I should see the welcome message
And I should see my user type: "General User"
And I should see "My Open Carts"
And I should see a carts' table
And I should see "My Submitted Carts"
And I should see the "New Cart" image
Sorry, this project and code is no longer maintained.
Check the Readme for Details.
Please use the Netbeans Plugin (which offers all the functionality you search.)