vid / temp-ocio-powerplatform-bdd-tests

Temporary repository until app repo is to be setup as a mono repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

npm i

Environment Variables

One or more environmental variable pairs USER_EMAIL and USER_PASSWORD must be passed.

  • For one instance: HAIBUN_ENVC=HAIBUN_ENV=USER_EMAIL=billg@microsoft.com,USER_PASSWORD=clippy4ever npm run test
  • For multiple, use this format: HAIBUN_ENVC=USER_EMAIL=billg@microsoft.com HAIBUN_ENV=USER_PASSWORD=clippy4ever USER_EMAIL=sballmer@microsoft.com USER_PASSWORD=developers npm run test

Test locally

npm run test

Test headless

Please see package.json scripts for additional tests.

About

Temporary repository until app repo is to be setup as a mono repo

License:Other


Languages

Language:Gherkin 99.3%Language:Shell 0.7%