File size: 211 Bytes
7f9dfed
 
 
 
 
 
 
1
2
3
4
5
6
7
8
$ErrorActionPreference = "Stop"

if (-not (Get-Command npm -ErrorAction SilentlyContinue)) {
    throw "npm is not installed. Install Node.js first, then run npm install and npm run e2e:install."
}

npm run e2e