Automated testing (How?)

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

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

    Fast, easy and reliable testing for anything that runs in a browser.

  • So this is going to sound odd but we use cypress to write our api tests. Yes cypress is mainly a ui testing tool it has a really robust request api, does hot reloading/rerunning of tests and has a really great dashboard for local development (every request and step you write will actually print out the request/response details to the console in json so you can inspect it).

  • cypress-tags

    Use custom tags to slice up Cypress test runs

  • To scratch the surface it's not a lot at all. Some of the nuances of the configs can be a pain in the ass to figure out. Also look at cypress-tags for tagging and then one of the things that took me deep was really understanding tasks and Commands. Look at the source code for cypress-sql-server (I couldn't find the actual repo, just did an npm i cypress-sql-server and looked at the source) to see how cool it can be!

  • 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

  • Cross Browser Testing with Cypress in CI/CD using Docker

    3 projects | dev.to | 8 Jun 2023
  • Introduction to Cypress and UI Test Automation

    4 projects | /r/u_Ok-Examination-4768 | 23 May 2023
  • Integration Testing in Obsidian

    3 projects | dev.to | 2 May 2024
  • Simulating Internet Outage and Recovery using Cypress

    2 projects | dev.to | 25 Jan 2024
  • Testing Defer Blocks in Angular with Cypress

    2 projects | dev.to | 21 Dec 2023