atzhit7 / uitest-insights

UI testing sample for ArcGIS Insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

UI testing sample for ArcGIS Insights


Languages

Language:JavaScript 100.0%