Skip to content

feat(hi-ui): 支持自动化测试 (#2982) #1

feat(hi-ui): 支持自动化测试 (#2982)

feat(hi-ui): 支持自动化测试 (#2982) #1

Workflow file for this run

name: auto-test
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup Node.js 18.20.x
uses: actions/setup-node@v4
with:
node-version: 18.20.x
cache: 'yarn'
- name: Install dependencies
run: |
cd hi-test
yarn install
yarn playwright install
# - name: Cache dependencies
# - name: Install dependencies
# run: |
# yarn config set strict-ssl false
# yarn
- name: Setup Node.js 14.21.x
uses: actions/setup-node@v4
with:
node-version: 14.21.x
cache: 'yarn'
- name: Install dependencies
run: |
yarn config set strict-ssl false
yarn
- name: Test
run: |
yarn run auto-test