Painlessly setup Cypress & Percy with Github Actions in minutes

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
InfluxDB - 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
featured
  • react-hooks-in-action-with-cypress

    React Hooks in Action Book, with Cypress e2e & component tests

  • Any guide is lackluster without reproducible code, so here is the full repo.

  • percy-cypress

    Visual testing with Cypress and Percy

  • // cypress/support/commands.js import '@percy/cypress' ... // https://github.com/percy/percy-cypress/issues/56 Cypress.Commands.add( 'percySnapshotElement', { prevSubject: true }, (subject, name, options) => { cy.percySnapshot(name, { domTransformation: (documentClone) => scope(documentClone, subject.selector), ...options }) } ) function scope(documentClone, selector) { const element = documentClone.querySelector(selector) documentClone.querySelector('body').innerHTML = element.outerHTML return documentClone }

  • 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
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

  • How I help my self in Agile UI changes with Cypress and Percy

    1 project | dev.to | 1 Mar 2021
  • 4 ways to document your design system with Storybook

    1 project | /r/javascript | 18 Nov 2021
  • Screenshot Testing with Cypress in CI

    1 project | /r/softwaretesting | 30 Apr 2021
  • Visual regression testing

    1 project | /r/androiddev | 14 Apr 2021
  • Stress testing Karpenter with EKS and Qovery

    2 projects | dev.to | 2 Apr 2024