Socket
Socket
Sign inDemoInstall

artifact-engine

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artifact-engine

Artifact Engine to download artifacts from jenkins, teamcity, vsts


Version published
Weekly downloads
353
decreased by-9.25%
Maintainers
0
Weekly downloads
 
Created
Source

Artifact Engine

Overview

Artifact engine is a generic framework which supports download of artifacts from different providers like jenkins, teamcity, vsts, circleci, github-releases e.t.c. The framework is extensible and other providers can be easily plugged in the downloader.

How to Use

To use Artifact engine in your tasks or app have a look at E2E.ts.

Usage

Daily downloads using artifact engine

Architecture

Architecture

Development

Build

  1. Run npm install in ArtifactEngine folder
  2. Use command ctrl-shift-b to build from vscode

Testing

vscode

  1. Install mocha sidebar extension to run tests from vscode.
  2. Optional install node tdd extension to automatically run tests on build.

gulp

  1. To run ArtifactEngine integration and unit tests from root directory use

    gulp test --suite=ArtifactEngine

  2. To run Performance tests update test config file and rename it to test.config.json and run

    gulp test --suite=ArtifactEngine --perf

  3. To run End-to-End tests update test config file and rename it to test.config.json and run

    gulp test --suite=ArtifactEngine --e2e

Keywords

FAQs

Package last updated on 26 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc