UNPKG

qe-fe-automation

Version:
16 lines (10 loc) 669 B
# QE FE Automation Common Library ## Description Designed to export **_common_** `utitities, functions, and tests` to be used by other apps and libraries within TripActions frontend ecosystem. ### Extending this library 1. Add `reusable common` elements inside of `~/cypress/artifacts/` 2. Make them exportable through `~cypress/artifacts/index.ts`. ### Where is this package? [QE FE Automation Common Library(Git Packages version)](https://github.com/tripactions/qe-fe-automation/pkgs/npm/qe-fe-automation) ### How to import the library Add `"@tripactions/qe-fe-automation": "0.3.0"` in your package.json file under dependencies. Always refer the latest version.