Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@renku/notebooks-cypress-tests
Advanced tools
The main goal of this package is to provide reusable code for testing the basic functionality of a Jupyter or Rstudio sessions. This is because it can happen that a Jupyterlab server seems to be properly up and running (from the outisde) but it is misconfigured or unusable in some way when a user accesses the session.
The package exposes 3 functions:
basicJupyterTests
basicRstudioTests
The first two simply execute a Mocha test suite. They can be inserted in an existing Mocha test suite in an existing Cypress test spec.
The last function registers all the required custom commands used by the two functions that run the tests.
There are two ways to use this package:
import { basicJupyterTests, basicRstudioTests } from renku@notebooks-cypress-tests
describe('Basic Rstudio functionality', function () {
basicJupyterTests(session_url)
})
describe('Basic Rstudio functionality', function () {
basicRstudioTests(session_url)
})
The functions also optionally accept a username and password to log in to Renku if a login is required.
TEST_USERNAME=some_username TEST_PASSWORD=XXXXX BASE_URL=http://dev.renku.ch npx cypress open -e SESSION_PATH=/sessions/session_id
FAQs
Set of cypress tests used for renku notebooks sessions
The npm package @renku/notebooks-cypress-tests receives a total of 0 weekly downloads. As such, @renku/notebooks-cypress-tests popularity was classified as not popular.
We found that @renku/notebooks-cypress-tests demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.