guidepup

Screen reader driver for test automation. (by guidepup)

Guidepup Alternatives

Similar projects and alternatives to guidepup

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better guidepup alternative or higher similarity.

guidepup reviews and mentions

Posts with mentions or reviews of guidepup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-21.
  • Screen reader driver for test automation (VoiceOver & NVDA)
    2 projects | /r/npm | 21 May 2023
  • A11y Unlocked: Screen-Reader Automation Tests
    3 projects | dev.to | 16 Oct 2022
    // We use a special test instance from the Guidepup package // that gives us access to VoiceOver! import { voTest as test } from "@guidepup/playwright"; import { expect } from "@playwright/test"; // The test setup is exactly the same as normal for // Playwright, expect we now get a `voiceOver` object as well // as the `page` object! test.describe("Playwright VoiceOver", () => { test("I can navigate the Guidepup Github page", async ({ page, voiceOver, }) => { // Let's navigate to Guidepup GitHub page and wait for // page to be ready, nothing special here! await page.goto("https://github.com/guidepup/guidepup", { waitUntil: "domcontentloaded", }); await expect( page.locator('header[role="banner"]') ).toBeVisible(); // This is where things start to get awesome! Let's tell // VoiceOver to interact with the main page content, just // the same as you would when use VoiceOver normally. await voiceOver.interact(); // Let's do something a lil more exciting - move across // the page's headings until we reach the main Guidepup // repo title in the README using VoiceOver! while ((await voiceOver.itemText()) !== "Guidepup heading level 1") { await voiceOver.perform( voiceOver.keyboard.commands.findNextHeading ); } });
  • A11y Testing: Automating ScreenReaders
    9 projects | dev.to | 30 Dec 2021
    View on GitHub
  • Automate VoiceOver being controlled by AppleScript
    1 project | /r/applescript | 19 Dec 2021
    End goal, having successfully found a way to program the ticking of this checkbox, is to build a library so folks can test their websites with screen readers in CI (ref: https://github.com/guidepup/guidepup).
  • A note from our sponsor - SurveyJS
    surveyjs.io | 25 Apr 2024
    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. Learn more →

Stats

Basic guidepup repo stats
5
382
8.0
about 2 months ago

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com