Skip to content

Som-Energia/webforms-ui

Repository files navigation

WebForms UI

CI cypress webforms-ui

Som Energia WebForms UI

Installation 🔧

  1. Install NPM packages
  npm install

Run the app 🚀

Run the app on dev mode

  npm start

Testing ⚙️

Launches the Jest test runner in the interactive watch mode.

npm test

Launches the Cypress test runner. Cypress requires you to run npm start in parallel.

npm run cypress

To get holderChangePersonaldata.js:

cd cypress/fixtures/
ln -s ../../../testdata/b2bs/holderChangePersonaldata.json .

We should have testdata repo!