Static website: how to automate testing for CI/CD?

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

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

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

  • Cypress is a very popular testing framework which automates a real browser to perform end-to-end tests on your site. If you don't have JS to test, then that's probably your best bet.

  • WebdriverIO

    Next-gen browser and mobile automation test framework for Node.js

  • https://webdriver.io/ [Works in all browsers including real mobile devices in cloud(browserstack)]

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

    Node.js API for Chrome

  • https://github.com/puppeteer/puppeteer [Works only in Chromium/Chrome browsers]

  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

  • https://playwright.dev/ [Works in all modern desktop browsers]

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