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

UI testing sample for ArcGIS Insights

Notifications You must be signed in to change notification settings

atzhit7/uitest-insights

Repository files navigation

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