Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@communicatehealth/browsertests

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@communicatehealth/browsertests

Testing framework for testing Drupal sites using Selenium

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by250%
Maintainers
0
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 23 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc