Skip to content

build(deps-dev): bump webdriverio from 8.13.1 to 8.13.13 #622

build(deps-dev): bump webdriverio from 8.13.1 to 8.13.13

build(deps-dev): bump webdriverio from 8.13.1 to 8.13.13 #622

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test
- name: Upload WDIO logs
if: failure()
uses: actions/upload-artifact@v3
with:
name: wdio-logs
path: ${{ github.workspace }}/test/logs/
if-no-files-found: ignore
retention-days: 7