Skip to content
Snippets Groups Projects
Commit 5ab9090d authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3363232: Add Bootstrap HTML Reports Export Format

parent 4c38b2e9
No related branches found
No related tags found
No related merge requests found
......@@ -297,14 +297,11 @@ class CucumberUiNew extends FormBase {
}
else {
$default_feature = '
Feature: First test for cucumber
As a tester
I want to be able to test the cucumber site
So that I know it is working
Scenario: Check the cucumber site
Given I go to "/user/login"
Then I should see "Log in"
Feature: Default festing feature
Scenario: Check Most viewed at home page
Given I am on homepage
Then I should see "Welcome"
';
return trim($default_feature);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment