You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@sourcegraph/web-smoke-tests

Package Overview
Dependencies
Maintainers
9
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sourcegraph/web-smoke-tests

Functionality monitoring for Sourcegraph applications

1.21.1
latest
npm
Version published
Maintainers
9
Created
Source

Smoke tests: Web functionality

These smoke tests run some basic checks against a deployed Sourcegraph instance.

How to run

SOURCEGRAPH_URL="https://sourcegraph.com" npx @sourcegraph/web-smoke-tests@latest start

Environment reference

VariableMeaning
SOURCEGRAPH_URLThe URL of the deployed instance to run checks against
JEST_JUNIT_OUTPUT_NAMEThe name of a generated JUnit report summary for failure analysis. Default is "junit.xml".
JEST_JUNIT_OUTPUT_DIRThe directory in which the generated JUnit report should be stored. Default is the current directory

Releases

Releases are done automatically in CI when commits are merged into master by analyzing Conventional Commit Messages. After running yarn, commit messages will be linted automatically when committing though a git hook. The git hook can be circumvented for fixup commits with git's fixup! autosquash feature, or by passing --no-verify to git commit. You may have to rebase a branch before merging to ensure it has a proper commit history, or squash merge with a manually edited commit message that conforms to the convention.

FAQs

Package last updated on 16 Nov 2022

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