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 > < Training about Qt > And < Training about Qt > 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 <Training about Qt>
Then the list of templates is:
< Template 1 > < Template 2 > < My Template >
And < My Template > 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 |