Skip to content

Commit

Permalink
update ci yml with demo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
copeautomation committed Sep 15, 2024
1 parent dc004df commit d7b56c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wdio.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Running smoke tests
run: npm run test:smoke
run: npm run test:demo
2 changes: 1 addition & 1 deletion test/features/commerce/E2ETest.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Customer search

@demo @smoke @debug
# @demo @smoke @debug
Scenario Outline: <TestID>: Search external customers
Given Get list of users from reqres.in
When An as Admin user login to nopcommerce site
Expand Down
2 changes: 1 addition & 1 deletion test/features/demo/demo.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Demo feature

#@demo
@demo
Scenario Outline: Run first demo feature
Given Google page is opened
When Search with <SearchItem>
Expand Down

0 comments on commit d7b56c3

Please sign in to comment.