UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

14 lines (13 loc) 241 B
version: 2 jobs: build: docker: - image: circleci/node:10-browsers steps: - checkout - run: name: install-npm command: npm install - run: name: test command: npm test