Socket
Book a DemoInstallSign in
Socket

cypress-run-uploader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-run-uploader

Bundles Cypress test run information and uploads it somewhere 📦⬆️️

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

cypress-run-uploader

Bundles Cypress test run information and uploads it somewhere 📦⬆️

Example

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

Bundle Content

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

Package last updated on 01 Nov 2017

Did you know?

Socket

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.

Install

Related posts