Skip to content

chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 #262

chore(deps-dev): bump prettier from 2.8.8 to 3.0.0

chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 #262

Workflow file for this run

name: Functional Tests
on: [pull_request]
jobs:
test:
env:
CI: true
_FORCE_LOGS: 1
XCODE_VERSION: 13.4
DEVICE_NAME: iPhone 11
PLATFORM_VERSION: 15.5
# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "${{ env.XCODE_VERSION }}"
- run: |
npm install
mkdir -p ./Resources/WebDriverAgent.bundle
name: Install dev dependencies
- run: npm run e2e-test
name: Run functional tests