cypress-csv2html-plugin
Version:
A simple plugin to generate HTML table from CSV file by using cy.csv2html('/fixtures/yourfile.csv'), all the data is randomly generated
51 lines (50 loc) • 1.43 kB
JSON
{
"name": "cypress-csv2html-plugin",
"version": "2.0.5",
"description": "A simple plugin to generate HTML table from CSV file by using cy.csv2html('/fixtures/yourfile.csv'), all the data is randomly generated",
"main": "src",
"files": [
"src",
"commands.js"
],
"scripts": {
"test": "cypress run",
"cy:open": "cypress open",
"cy:run": "cypress run",
"semantic-release": "semantic-release",
"badges": "npx -p dependency-version-badge update-badge cypress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikepol/cypress-csv2html-plugin.git"
},
"keywords": [
"cypress",
"cypress-custom-command"
],
"author": "Nikita Polyakov",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikepol/cypress-csv2html-plugin/issues"
},
"homepage": "https://github.com/nikepol/cypress-csv2html-plugin#readme",
"devDependencies": {
"@types/cypress": "^0.1.6",
"cypress": "^13.11.0",
"prettier": "^3.3.2",
"semantic-release": "^24.0.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@mui/styled-engine-sc": "^6.4.3",
"cypress-csv2html-plugin": "2.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "^6.1.15"
}
}