Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 469 Bytes

How to use (standalone)

  1. clone this repository
  2.  npm i
    
  3.  node .\portal\sample\dev-portal1.js
    

Run the code with cli paramters sample:

node .\portal\sample\dev-portal1.js url=https://fqdn/portal user=portaluser password=portaluserpassword browsers=chromium,firefox --head --notification

other option: if you want to use the config file. Try the following code:

node .\portal\sample\dev-portal1.js inputjson=.\input.json --head --notification