We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc146be commit 32c518cCopy full SHA for 32c518c
src/test/resources/features/localtest/Local.feature
@@ -1,5 +1,5 @@
1
Feature: Verify Local test
2
3
- Scenario: BStack Local Test: Navigate to Local App page
+ Scenario: BStack Local Test - Navigate to Local App page
4
Given I am on the website 'http://bs-local.com:45454/'
5
Then the page title should contain 'BrowserStack Local'
src/test/resources/features/test/StackDemo.feature
@@ -1,6 +1,6 @@
Feature: BrowserStack Demo
- Scenario: BStack Sample Test: Add product to cart
+ Scenario: BStack Sample Test - Add product to cart
Given I am on the website 'https://www.bstackdemo.com'
When I select a product and click on 'Add to cart' button
6
Then the product should be added to cart
0 commit comments