@mands/mns-fe-test
v1.1.0
Published
Testing config for use within M&S front-end projects.
Downloads
107
Readme
mns-fe-test
This module contains configurations used in FESK apps for:
- unit tests (including utilities);
- accessibility tests;
- functional tests;
- site speed tests;
- visual tests;
- end to end tests;
Installation and usage
To install mns-fe-test
into your application please run:
npm install --save-dev @mands/mns-fe-test
To see how these configs are used please look through testing scripts in starter kit.
Documents
Publish package to npm
After you have made your changes in the repo do the following:
- Create branch make your changes push them, then go to the package.json file change the version "major, minor, patch" based on your change bump up the number. ie from: "version": "4.13.3" = "version": "4.13.4".
- Delete the content of the package-lock.json
- Delete the node-modules folder
- Do npm install.
- Once u have approval merge your changes to master.
- Check the Actions NPM Publish will trigger automatically and publish your changes to NPM packages.
Contacts
- Email: [email protected]
- Slack: #front_end_starter_kit
- Jira: https://jira.devops.mnscorp.net/projects/FESK