Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #92 from ttsukagoshi/main-ops
Browse files Browse the repository at this point in the history
v1.3.3 release
  • Loading branch information
ttsukagoshi authored Sep 1, 2022
2 parents 077ae2a + 4605a3f commit 01e80f1
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 170 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# axe-test.js
# ウェブアクセシビリティ検証ツール「axe-test」
[![CodeQL](https://github.com/ttsukagoshi/axe-test/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/ttsukagoshi/axe-test/actions/workflows/codeql-analysis.yml) [![Lint Code Base](https://github.com/ttsukagoshi/axe-test/actions/workflows/linter.yml/badge.svg)](https://github.com/ttsukagoshi/axe-test/actions/workflows/linter.yml)

「axe-test.js」は、Deque Systems, Inc. が開発、公開しているウェブアクセシビリティ検証ツール「[axe](https://www.deque.com/axe/)」のコアエンジン「axe-core」を利用して、ウェブサイトのアクセシビリティ自動テストを実行するためのスクリプトです。Node.js ライブラリ「[Puppeteer](https://pptr.dev/)」と併せて使います。
Deque Systems, Inc. が開発、公開しているウェブアクセシビリティ検証ツール「[axe](https://www.deque.com/axe/)」のコアエンジン「axe-core」を利用して、ウェブサイトのアクセシビリティ自動テストを実行するためのスクリプトです。Node.js ライブラリ「[Puppeteer](https://pptr.dev/)」と併せて使います。

ウェブサイト全体 (数百ページ規模) を対象に、一括処理でアクセシビリティを検証し、その結果を、日本語でスプレッドシート (.csv ファイル) に出力することができます。

Expand Down
Loading

0 comments on commit 01e80f1

Please sign in to comment.