New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aria-at-automation-harness

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-at-automation-harness

A command-line utility for executing test plans from [w3c/aria-at](https://github.com/w3c/aria-at). It operates by communicating with an [AT Driver](https://github.com/w3c/at-driver) server and (in some environments) a [WebDriver](https://github.com/w3c/w

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-95.35%
Maintainers
1
Weekly downloads
 
Created
Source

aria-at-automation-harness

A command-line utility for executing test plans from w3c/aria-at. It operates by communicating with an AT Driver server and (in some environments) a WebDriver server.

aria-at-automation · aria-at-automation-harness · aria-at-automation-driver · aria-at-automation-results-viewer

Usage instructions

Installation

  1. Install the software under test
  2. Install Node.js
  3. Download ARIA-AT and build the tests:
    $ git clone https://github.com/w3c/aria-at
    $ cd aria-at && npm install && npm run build
    
  4. Download this project's source code and install its dependencies:
    $ git clone https://github.com/w3c/aria-at-automation-harness.git
    $ cd aria-at-automation-harness && npm install
    

Environment configuration

  1. Run the AT Driver server for the assistive technology under test
  2. Run the appropriate WebDriver server (if testing with Firefox or Chrome)
  3. Run the assistive technology under test

Execution

With the required software in place and the environment correctly configured, the host.js command-line application can be used to run ARIA-AT test plans. Execute the following command to review the available arguments:

$ bin/host.js run-plan --help --show-hidden

For example, to run ARIA-AT's "Horizontal slider" test plan using NVDA and Firefox, execute the following command in a terminal:

$ node aria-at-automation-harness/bin/host.js run-plan \
    --plan-workingdir aria-at/build/tests/horizontal-slider \
    '{reference/**,test-*-nvda.*}' \
    --web-driver-url=http://127.0.0.1:4444 \
    --at-driver-url=ws://127.0.0.1:4382/session \
    --reference-hostname=127.0.0.1 \
    --web-driver-browser=firefox

aria-at-automation

A collection of projects for automating assistive technology tests from w3c/aria-at and beyond

aria-at-automation-harness
A command-line utility for executing test plans from w3c/aria-at without human intervention using the aria-at-automation-driver

aria-at-automation-driver
A WebSocket server which allows clients to observe the text enunciated by a screen reader and to simulate user input

aria-at-automation-results-viewer
A tool which translates the JSON-formatted data produced by the aria-at-automation-harness into a human-readable form

FAQs

Package last updated on 20 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc