Gathering detailed insights and metrics for wis-aut-ui
Gathering detailed insights and metrics for wis-aut-ui
Gathering detailed insights and metrics for wis-aut-ui
Gathering detailed insights and metrics for wis-aut-ui
npm install wis-aut-ui
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
npm run spira
for the first time, the framework will return newly created test case IDs.sudo apt-get install -y software-properties-common python-software-properties
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
sudo add-apt-repository ppa:webupd8team/java -y
sudo apt-get update
sudo apt-get install oracle-java8-installer
echo "Setting environment variables for Java 8.."
sudo apt-get install -y oracle-java8-set-default
Selenium_server:
grid_url: http://hub-cloud.browserstack.com/wd/hub # or local server path
grid_username:
grid_key:
grid_browsers:
-
browserName: 'chrome'
chromeOptions:
args:
- 'disable-infobars'
shardTestFiles: true
maxInstances: 5
getPageTimeout: 60000
allScriptsTimeout: 500000
-
browserName: 'firefox'
firefoxOptions:
args:
- 'disable-infobars'
shardTestFiles: true
maxInstances: 5
getPageTimeout: 60000
allScriptsTimeout: 500000
Selenium_server:
grid_url: http://hub-cloud.browserstack.com/wd/hub
grid_username: your_browserstack_username
grid_key: your_browserstack_key
grid_browsers:
-
browserName : IE
browser_version : 11.0
os : Windows
os_version : 7.0
resolution : 1024x768
-
browserName : Chrome
browser_version : 59.0
os : Windows
os_version : 7.0
resolution : 1024x768
browserstack.debug : true
./BrowserStackLocal --key grid_key --local-identifier project_name_identifier
Now Add these lines to each of the browsers
browserstack.local : true
browserstack.localIdentifier : project_name_identifier
No vulnerabilities found.
No security vulnerabilities found.