
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@proof-ui/add-all-plugin
Advanced tools
A plugin to add an empty test for each untested storybook story.
A plugin to add an empty test for each untested storybook story.
Especially powerful when combined with the accessibility-plugin or the applitools-plugin to get full coverage of each story, even if there are no integration tests written already.
yarn add -D @proof-ui/add-all-plugin
// proof.config.js
import AddAllPlugin from '@proof-ui/add-all-plugin';
export default {
plugins: [new AddAllPlugin()]
};
# Command Line Usage
proof --add-all
You can configure the applitools-plugin through some options in it's constructor:
Property | Description | Type |
---|---|---|
filter | A function to filter out which tests are added. | function - (kind, story) => boolean |
To add all stories except ones called skip-me
import AddAllPlugin from '@proff/add-all-plugin';
new AddAllPlugin({
filter(kind, story) {
return story !== 'skip-me';
}
});
FAQs
A plugin to add an empty test for each untested storybook story.
We found that @proof-ui/add-all-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.