WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

This pull request updates the GitHub Actions workflow (nightwatch-tests.yml) to run tests on multiple versions of Node.js — specifically Node 16.x, 18.x, and 20.x — using the matrix strategy.

Notifications You must be signed in to change notification settings

GaneshPatil7517/element-v3-regression-test-suite

 
 

Repository files navigation

element-v3-regression-test-suite

Run tests

Start server to server HTML pages

npm run start-server

Run tests

npm run test

Element V3 Regression Test Suite

This repository contains automated regression tests for Element V3 using Nightwatch.js.

Features

  • Runs tests in Chrome and other browsers (configurable).
  • GitHub Actions CI workflow included.
  • HTML test reports generated automatically.

Setup

  1. Clone the repo:
    git clone https://github.com/dikwickley/element-v3-regression-test-suite.git

About

This pull request updates the GitHub Actions workflow (nightwatch-tests.yml) to run tests on multiple versions of Node.js — specifically Node 16.x, 18.x, and 20.x — using the matrix strategy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.1%
  • HTML 32.9%