Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Presentational snapshot testing for React components.
Tessereact is Testshot fork which supports CSS snapshots and screenshot diffs based on resolutions you choose.
Check usage guide for more screenshots.
To build the basic example locally, run:
yarn install
yarn dev
yarn dev-server
Then open localhost:5001
in a browser.
cd webpack-example
yarn install
yarn start-tessereact
yarn add -D https://github.com/tessereact/tessereact.git
See Webpack integration guide or create-react-app integration guide for the subsequent installation instructions.
For the complete usage guide take a look here.
import React from 'react'
import {context, scenario} from 'tessereact'
import Text from '.'
context('Text', () => {
scenario('Default', () => (
<Text>Text</Text>
))
scenario('Purple', () => (
<Text color='purple'>Purple text</Text>
), {css: true, screenshot: true})
})
Tessereact provides built-in CI support. Start Tessereact with enviroment variable CI=true
.
env CI=true yarn start-tessereact
Special thanks to Testshot contributors:
0.3.2 - 2017-10-24
resolveScenario
.
(#46)FAQs
Presentational snapshot testing for React components.
The npm package tessereact receives a total of 1 weekly downloads. As such, tessereact popularity was classified as not popular.
We found that tessereact demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.