Selenium node example

About

An example project using node and selenium.

Getting started

💻 Prerequisites

  • npm

    npm install
  • running a example static webSite (required docker)

    cd static-pages/
    docker compose up -d

The example webSite is running at:

http://localhost:3600

Usage

Running all tests

  npm test

adding a specific dir/test

  npm test path_to_test

or with reporter

  npm run test:reporter