@communicatehealth/browsertests

1.3.0 • Public • Published

browsertests

Testing framework for testing Drupal sites using Selenium

Updating the NPM package

  1. Complete all development work in typical way

  2. Merge PRs into main branch before continuing

  3. Decide if update is a major, minor, or patch release — see Semantic Versioning for guidance

  • major update — 1.0.0 → 2.0.0

  • minor update — 1.0.0 → 1.1.0

  • patch update — 1.0.0 → 1.0.1

  1. git checkout main

  2. git pull

  3. Bump version with update type (major, minor, patch) by running one of the following:

  • npm version major
  • npm version minor
  • npm version patch

— this will increment package.json, package-lock.json, and create a new tag with version number in git

  1. Edit CHANGELOG.md, documenting new tag

  2. git add CHANGELOG.md

  3. git commit -m "Update CHANGELOG.md"

  4. git push

  5. npm publish --access public

  • ⚠️ If you see a 404 from NPM, run npm login
  1. done

Readme

Keywords

none

Package Sidebar

Install

npm i @communicatehealth/browsertests

Weekly Downloads

7

Version

1.3.0

License

MIT

Unpacked Size

47.6 kB

Total Files

13

Last publish

Collaborators

  • prestosaurus
  • blakekch
  • mikegodin