-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
33 lines (31 loc) · 999 Bytes
/
lambdatest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: LambdaTest (HyperExecute)
on:
push:
branches:
- '*'
tags:
jobs:
HyperExecute-Playwright:
runs-on: windows-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Starting CI testing
shell: bash
env:
CI: true
LT_USERNAME: ${{ secrets.LT_USERNAME }}
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
run: |
echo "STEP 1 ) Download project"
git clone https://github.com/josdejong/mathjs
cd mathjs
echo "STEP 2) Download HyperExecute"
curl https://downloads.lambdatest.com/hyperexecute/windows/hyperexecute.exe -o hyperexecute.exe
echo "STEP 3) Run tests using HyperExecute"
./hyperexecute --user $LT_USERNAME --key $LT_ACCESS_KEY --config test/browser-test-config/lambdatest-hyperexecute-config.yaml