1.5.0 • Published 9 months ago

@communicatehealth/browsertests v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
1.5.0

9 months ago

1.4.0

11 months ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago