
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
cypress-run-uploader
Advanced tools
Bundles Cypress test run information and uploads it somewhere 📦⬆️️
Bundles Cypress test run information and uploads it somewhere 📦⬆️
This will bundle (tar) the cypress directory and upload the bundle to http://my-dashboard/upload.
node index.js cypress/ http://my-dashboard/upload
Upload request is a POST request with content type multipart/form-data.
The bundle will be transfered as form item cypress-run
The tar-bundle contains a run.json file, with some additional run information. Have a look at the sample below.
{
"gitCommit": {
"branchName": "master",
"hash": "3ddae557ad45ac68a76a13414b65004c4fa792ff",
"authorName": "Samuel Menigat",
"authorEmail": "samuel.menigat@gmail.com",
"authorDate": "1509106930",
"subject": "feat(bundling): changes bundle format to tar from zip"
},
"video": "3xz0l.mp4",
"screenshots": [
{
"name": "0.png",
"originalName": "screenshot-1.png"
},
{
"name": "1.png",
"originalName": "screenshot-2.png"
},
]
}
Additionaly the referenced video and screenshots are contained.
FAQs
Bundles Cypress test run information and uploads it somewhere 📦⬆️️
The npm package cypress-run-uploader receives a total of 0 weekly downloads. As such, cypress-run-uploader popularity was classified as not popular.
We found that cypress-run-uploader 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.