|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
@tool @tool_behat
|
|
|
2 |
Feature: Set up the testing environment
|
|
|
3 |
In order to execute automated acceptance tests
|
|
|
4 |
As a developer
|
|
|
5 |
I need to use the test environment instead of the regular environment
|
|
|
6 |
|
|
|
7 |
Scenario: Accessing the site
|
|
|
8 |
When I am on site homepage
|
|
|
9 |
Then I should see "Acceptance test site"
|