Skip to content

Add and use playwright for testing. #19

Add and use playwright for testing.

Add and use playwright for testing. #19

Workflow file for this run

name: Run Tests
# on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: 12.x
- name: npm install
run: npm install
- name: Run server
run: npm run serve
- name: Run example map tests
run: npm run test