Feature: Generate a new project template
As someone using several similar projects
I can create a new template from a project
In order to spend less time creating similar projects
Scenario: Generate a new project template
Given I list the projects
< Project 1 | 29/02/2016 >
< Project 2 | 15/03/2016 >
And < Project 1 | 29/02/2016 > contains the following tasks:
| task 1: * Add an item presenting Training about Qt to my news letter |
| task 2: * Send an email to the potential participants |
| task 3: * Prepare the slides |
When I create a new template < My Template > from <Project 1> and define variable
<name> : "Training about Qt"
Then the list of templates is:
< Template 1 >
< Template 2 >
< My Template >
And < My Template > contains the following tasks:
| variable: <name> |
| task 1: * Add an item presenting <name> to my news letter |
| task 2: * Send an email to the potential participants |
| task 3: * Prepare the slides |