Skip to content

Instantly share code, notes, and snippets.

@rwngwn
Created June 17, 2015 11:11
Show Gist options
  • Save rwngwn/dfbae9f1f53df027c0ee to your computer and use it in GitHub Desktop.
Save rwngwn/dfbae9f1f53df027c0ee to your computer and use it in GitHub Desktop.
Feature: eap6-basic-sti template tests
Scenario: check that template can be processed
When eap6-basic-sti-project is created
Then ../eap/eap6-basic-sti.json is processed with parameters
| parameter | value |
| APPLICATION_NAME | helloworld |
| APPLICATION_HOSTNAME | helloworld.yourproject.local |
| GIT_URI | https://github.com/jboss-developer/jboss-eap-quickstarts |
| GIT_REF | 6.4.x |
| GIT_CONTEXT_DIR | helloworld |
And helloworld-1 should succeed
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment