Skip to content

Testing framework for testing Drupal sites using Selenium

Notifications You must be signed in to change notification settings

CommunicateHealth/browsertests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing framework for testing Drupal sites using Selenium

Resources

Stars

Watchers

Forks

Packages

No packages published