
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
cypress-plugin-xhr-toggle
Advanced tools
A small Cypress helper that de-clutters your timeline by hiding XHR requests.
Install this package:
npm i cypress-plugin-xhr-toggle
# or
yarn add cypress-plugin-xhr-toggle
Import the plugin into your cypress/support/e2e.js
file:
import 'cypress-plugin-xhr-toggle'
// or
require('cypress-plugin-xhr-toggle')
Open Cypress in GUI mode and see a new button. Click on it to hide all your XHR lines to de-clutter your timeline. You can set this up as default behavior by setting up hideXhr
into your env
object:
import { defineConfig } from "cypress";
export default defineConfig({
fixturesFolder: false,
e2e: {
setupNodeEvents(on, config) {},
env: {
hideXhr: true
}
},
});
...powered by coffee and love ❤️ Filip Hric
FAQs
Turn off xhr requests in Cypress timeline
The npm package cypress-plugin-xhr-toggle receives a total of 20,082 weekly downloads. As such, cypress-plugin-xhr-toggle popularity was classified as popular.
We found that cypress-plugin-xhr-toggle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.