This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@test_deploy @javascript # @test_deploy tag setup in cucumber.yml profile, @javascript runs in capybara-webkit | |
Feature: Smoke Test | |
In order to test that the application is deployed | |
As a caring developer | |
I want to check a few features of the site | |
Background: | |
Given we are in the deploy environment | |
Scenario: Logging in and checking basic navigation |
NewerOlder