integration testing? • catch bugs earlier (they promise ~30 - 57 %) • test on rendered HTML • test against WCAG 2.0 and 2.1 on level A and AA • Note: this not replaces testing the interface with the assistive technologies that real users use
all modern browsers and with whatever tools, frameworks, libraries and environments you use today • integrates with your existing functional/acceptance automated tests • automatically determines which rules to run based on the evaluation context • highly configurable
be bootstrapped properly • cf. our screenshots project (spectron) • check more rules as the tested DOM is bigger unit test styles • repeat easily with less lines of code • good practice when creating reusable components • amount of tested rules is not that high