Xbox’s Matt Booty ‘dreams’ of having AI as QA testers

This page summarizes the projects mentioned and recommended in the original post on /r/Games

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • jest-axe

    Custom Jest matcher for aXe for testing accessibility ♿️🃏

  • I usually use a combination of Storybook + Chromatic, Cypress, and Jest + Testing Library + jest-axe. Fairly standard, I think? (Aside from Chromatic, but that's mainly for convenience)

  • axe-core

    Accessibility engine for automated Web UI testing

  • Jest runs unit tests (for business logic), and component tests. For components, I usually use Testing Library and follow their best practices (In essence: test as if it was a user interacting with the component). Each component also runs a jest-axe test, to automatically alert for axe violations.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • testing-library-docs

    docs site for @testing-library/*

  • Jest runs unit tests (for business logic), and component tests. For components, I usually use Testing Library and follow their best practices (In essence: test as if it was a user interacting with the component). Each component also runs a jest-axe test, to automatically alert for axe violations.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts