Code Monkey home page Code Monkey logo

accessibility-insights-web's Introduction

Product Logo Accessibility Insights for Web

Build Status Azure DevOps coverage Chrome Web Store Chrome Web Store Chrome Web Store Dependabot Status

Accessibility Insights for Web is a Google Chrome and Microsoft Edge Insider browser extension for assessing the accessibility of web sites and web applications.

Running the extension

You can install the extension from one of the following links

Building the code

Prerequisites

Please ensure that you have at least the minimum recommended versions

  • Node - 10.16.3 (Check by running node --version) - This is the version being enforced on our builds
  • Yarn - Version >= v1.17.3 (Check by running yarn --version)

In case you don't have yarn, please install from: Yarn

1. Fork and clone the repository

2. Install packages

  • Install the packages

    yarn install

3. Build and run unit tests

  • Build and run the unit tests
    yarn build
    yarn test
  • Run the end-to-end tests (note: you must use a non-admin prompt to avoid this issue)
    yarn test:e2e
    There are more details in the Testing section below.

4. Load the extension locally

  • Build the (unpacked) extension

    yarn build
  • Add the extension to your browser

    • Click on the 3-dotted-menu in the upper right corner and then select "More Tools" and then "Extensions"

    • Verify that developer mode is enabled in the upper right

    • Click on the Load unpacked button

    • Choose the following directory

      ./drop/extension/dev/product/ - bundled like a production release

    IMPORTANT: Ensure that you are testing locally before pushing a change.

  • Look for the Dev Logo extension icon to the right of the address bar

5. Commands to run before check in

  • You should run a FastPass (formatting and lint checks) before creating a Pull Request to master:

    yarn fastpass
  • If this catches formatting or linting issues, you can fix them with a combination of:

    yarn fastpass:fix
    
    # or, or individual steps:
    yarn lint:fix
    yarn format:fix
    yarn copyright:fix
  • We normally don't run the full end to end test suite before sending a Pull Request (we let the build agents do that), but if you are working on a change where you are particularly concerned about breaking end to end tests, you can run all of our Pull Request checks with:

    yarn assessment

More Information

Developer Workflow

Testing

We use jest as our test framework and puppeteer for browser automation in our end-to-end UI tests.

This project's end to end tests require the ability to run a non-headless chromium process. Because of this, they are incompatible with non-graphical development environments (notably, a default WSL environment on Windows). For an example of emulating a graphical environment using xvfb, see ./Dockerfile. For details, see issue #853.

Using VS Code

To run a task from the command palette, press Ctrl + Shift + P, select Tasks: Run Task, and select the task you want to run:

  • Test current file in VSCode runs just the tests in the currently-opened test file

To debug a test inside VS Code, set a breakpoint and click the debug button or press F5.

To attach VS Code as a debugger to a separate instance of Chrome, make sure you've launched Chrome with the --remote-debugging-port=9230 command line argument, and then use either of the Attach debugger... debug profiles from the VS Code Debug pane.

To debug using an external tool, run the Debug current test file outside VS Code task. In Chrome, for example, navigate to chrome://inspect and click Open dedicated DevTools for Node.

You can start an interactive watch session that automatically runs tests affected by uncommitted changes. To do this, run Begin Jest watch session from the command palette.

Using the terminal

yarn test runs all unit tests. yarn test -u runs all unit tests and updates snapshot files.

yarn test:e2e runs all end-to-end tests - you'll need to run yarn build first if you've changed non-test code. yarn test:e2e -u runs all end-to-end tests and updates snapshot files.

yarn test:e2e:docker runs all end-to-end tests in the same Docker container our linux CI build uses. Prerequisite: Install Docker.

Extra command line arguments and flags are passed along to Jest. For example:

  • To run a single or small number of unit test files, run yarn test -- -- {FILE_NAME_REGEX}
  • yarn watch:test will start an interactive watch session.

See more about Jest options here.

To debug using an external tool, run node --inspect-brk ./node_modules/jest/bin/jest.js --projects src/tests/unit --runInBand -- {RELATIVE_FILE_PATH}. In Chrome, for example, navigate to chrome://inspect and click Open dedicated DevTools for Node.

Data/Telemetry

By opting into telemetry, you help the community develop inclusive software. We collect anonymized data to identify the top accessibility issues found by the users. This will help focus the accessibility tools and standards community to improve guidelines, rules engines, and features.

This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.

Reporting security vulnerabilities

If you believe you have found a security vulnerability in this project, please follow these steps to report it. For more information on how vulnerabilities are disclosed, see Coordinated Vulnerability Disclosure.

FAQ

Please visit our FAQ page.

Contributing

All contributions are welcome! Please read through our guidelines on contributions to this project.

Code of Conduct

Please read through our Code of Conduct to this project.

accessibility-insights-web's People

Contributors

ada-cat avatar adnoc avatar ahmedabdoortiga avatar dastewa-zz avatar davetryon avatar dbjorge avatar dependabot-preview[bot] avatar devaradhanm avatar dylanb avatar ferbonnin avatar flyingundertheradar avatar grgr-dkrk avatar haonliu avatar ichelsea avatar isadu avatar jalkire avatar jgibson2019 avatar karanbirsingh avatar lisli1 avatar markreay avatar mdecorte avatar microsoftopensource avatar msftgits avatar mslonli avatar peterdur avatar risanaka avatar robgallo avatar shobhit1 avatar smoralesd avatar waabid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.