lucianoyamane / selenium-node-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:HTML 73.7%Language:JavaScript 26.2%Language:Dockerfile 0.1%