Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 264 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 264 Bytes

Web Automation Testing

Web Automation Testing with JavaScript, Selenium and more

Prerequisite

Unit-Test

(sudo) npm install -g mocha

Execute tests

Web (E2E)

(sudo) npm run web-test

Unit-Test

(sudo) npm run unit-test