Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@recordreplay/cypress
Advanced tools
Replay enabled fork of the Cypress library.
This is an alternative to Cypress that runs tests in the same way as the upstream Cypress library, and adds support for recording tests using replay enabled browsers.
Please check the Cypress system requirements. Additionally, using replay enabled browsers is currently only supported on macOS and linux.
npm install --save-dev @recordreplay/cypress
Visit the Cypress documentation for a full list of commands and examples.
Recordings will only be created when using cypress run
, and not cypress open
. The RECORD_REPLAY_API_KEY
environment variable must be set in order to record and upload tests.
By default, recordings will only be created for failing tests, and at most 20 recordings will be created in one test run. Each recording takes a minute or so to create and upload.
To override this default behavior, a configuration JSON object can be specified with additional options. This can be specified either via the value of the RECORD_REPLAY_CYPRESS_CONFIGURATION
environment variable, or in a file referenced by the RECORD_REPLAY_CYPRESS_CONFIGURATION_FILE
environment variable.
Configuration objects can have the following properties:
maxRecordings
: A number overriding the maximum number of recordings which can be created in one test run.
recordAll
: Set to record all tests, up to the maximum number of recordings allowed.
titleFilters
: An array of strings containing patterns for the titles of tests to record, whether they passed or not.
randomize
: Set to randomize which tests will be selected to record if there are more than the maximum number allowed. This is useful to improve coverage in CI environments when there are many tests which could be recorded.
FAQs
Replay enabled Cypress.io fork
The npm package @recordreplay/cypress receives a total of 0 weekly downloads. As such, @recordreplay/cypress popularity was classified as not popular.
We found that @recordreplay/cypress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.