1.1.3 • Published 4 years ago

simple-selenium-tester v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

simple-selenium-tester

SIMPLE Selenium UI Tester

0. Install simple-selenium-tester

  • npm install --save-dev simple-selenium-tester

1. First install the browser driver.

  • npm install -g chromedriver
  • npm install -g geckodriver
  • npm install -g edgedriver (Windows environment.)
  • npm install -g iedriver (Windows environment.)

2. Just use it.

Specify the folder where logs will be stored and the folder containing the test scenario files (.side).

const simple = require("simple-selenium-tester");
simple.setBrowserList(["chrome", "firefox", "internet explorer", "edge", "safari"]);
simple.setFilePath("./file");
simple.setLogPath("./logs");
simple.start();

+@ You can get a side file simply by doing this.

  • Install selenium IDE, a chrome extension.
  • Write a test scenario and save the file. It takes less than 5 minutes.
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago