Skip to content

Latest commit

 

History

History

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

e2e: Local Testing Suite

Testing suite for packages. Includes all package components for local testing.

Run npm install to install necessary scripts and dependencies.

Packages included are found under depndencies in the directories package.json.

NPM commands available:

  • npm run start: most commonly used to view and test components
  • npm run start:ci
  • npm run serve
  • npm run watch:assets
  • npm run build:assets
  • npm run test:e2e
  • npm run cypress:open