Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/admin/tool/behat/tests/behat/
Upload File :
Current File : /var/www/ljmtc/cbt/admin/tool/behat/tests/behat/test_environment.feature

@tool @tool_behat
Feature: Set up the testing environment
  In order to execute automated acceptance tests
  As a developer
  I need to use the test environment instead of the regular environment

  Scenario: Accessing the site
    When I am on site homepage
    Then I should see "Acceptance test site"