Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 879 Bytes

EXPLAIN_FILES.md

File metadata and controls

33 lines (17 loc) · 879 Bytes

Understanding important files in the WebApp/tests/browserstack_automation directory

browser.json

Capabilities for tests involving the browser app.

mobile.json

Capabilities for tests involving the mobile app(s). Note that this file only exists when npm run wdio:setup is run.

browserstack.config.js

Configuration for test scripts.

browserstack.config.template.js

Template for creating browserstack.config.js.

wdio.config.js

Configuration for tests run by WebdriverIO.

See the page object pattern for details.

Any tests will be stored in this directory.