Accessibility Testing with Angular

A presentation on automated accessibility testing in Angular 1 and Angular 2

By Marcy Sutton, Senior Front-end Engineer at Deque Systems

##Presenting at:

  • WebExpo Prague
  • Angular Connect

An older version of this talk was given at the AngularJS Mountain View Meetup.

Slide URL: http://marcysutton.github.io/a11y-testing-with-angular(link is external)

Installation

Full setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js(link is external)

  2. Install Grunt(link is external)

  3. Clone the repository

    $ git clone https://github.com/marcysutton/a11y-testing-with-angular.git
  4. Navigate to the project folder

    $ cd reveal.js
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

    $ grunt serve
  7. Open http://localhost:8000(link is external) to view your presentation

    You can change the port by using grunt serve --port 8001.

License

MIT licensed

Copyright (C) 2016 Marcy Sutton, http://marcysutton.com(link is external)

Rating

0 out of 5 Stars 0 Review

5 Stars
 
0.00%
4 Stars
 
0.00%
3 Stars
 
0.00%
2 Stars
 
0.00%
1 Star
 
0.00%

About

  • There are no comments yet

Thank you! Review submitted.

Ok