/stencil-components-test

WDIO test project to test stencil-components

Primary LanguageTypeScriptMIT LicenseMIT

stencil-components-test

Project based on wdio-mocha-typescript.

Instructions

To run these tests you need to be running stencil-components storybook (npm run storybook) in your local machine.

To run the tests:

# Clone the repository
git clone https://github.com/oscargm/stencil-components-test && cd stencil-components-test
# Install dependencies
npm i
# Run the tests
npm run test:chromedriver

To check the test runs with allure execute npm run allure