Fix small issue, more params for RANDOMCHILDOF
and new smartblock command FIRSTCHILDOFMENTION
#94
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Extension | |
on: | |
pull_request: | |
workflow_dispatch: | |
push: | |
branches: main | |
paths: | |
- "tests/**" | |
- ".github/workflows/tests.yaml" | |
env: | |
PLAYWRIGHT_HTML_REPORT: playwright-report | |
jobs: | |
test-mac: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install | |
run: npm install | |
# - name: install playwright | |
# run: npx playwright install | |
- name: test | |
run: npm t |