Skip to content

Commit

Permalink
Merge pull request #102 from Rakshithb1/master
Browse files Browse the repository at this point in the history
[DSD-5590] added browserstack-web.yml
  • Loading branch information
ckm007 authored Jun 28, 2024
2 parents f145f1d + 2ad3da8 commit 46fd8fa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/browserstack-web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: BrowserStack Web Tests

on:
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string

jobs:
inji-web-test:
runs-on: ubuntu-latest
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run tests
run: |
cd inji-web-test
mvn clean test -DtestngXmlFile="TestNg.xml"

0 comments on commit 46fd8fa

Please sign in to comment.