Atomic Hosted Page
A Web Component used to inject a Coveo Hosted Search Page in the DOM.
Getting Started
Once you have cloned the repo, follow the instructions in the top-level README.md to install dependencies and link packages.
To start the project in development mode, run:
npm run dev
To build the library for production, run:
npm run build
Run Cypress for Atomic components
Ref: https://docs.cypress.io/
- All the tests need to be under folder cypress\integration
Open
To open cypress, run:
npm run e2e:watch
To run all the test, run:
npm run e2e