Skip to content

added browser stack config, samples and instructions #2

added browser stack config, samples and instructions

added browser stack config, samples and instructions #2

Workflow file for this run

name: WebdriverIO Smoke Suite
on:
pull_request:
branches: main
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Packages
run: npm ci
- name: Run Test
run: npm run smoke