Skip to content

chore: update to WebdriverIO v9 (#6) #29

chore: update to WebdriverIO v9 (#6)

chore: update to WebdriverIO v9 (#6) #29

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Install Example Project Dependencies
run: npm ci
working-directory: ./example
- name: Build
run: npm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: |
ln -s ../ ./node_modules/wdio-nuxt-service
npm test