New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/otdd/otdd-test-runner

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/otdd/otdd-test-runner

  • v0.0.0-20200303101352-0d6550f57e3f
  • Source
  • Go
  • Socket score

Version published
Created
Source

otdd-test-runner

The otdd test runner runs in your development node.

It fetches online-recorded test cases from otddserver and run them locally, then reports results back to otddserver. When a test is run, the inbound request is send by testrunner to local port, the outbound calls are then mocked by the test-runner using data fetched from otddserver. Thus the development code is run as if "online" using real online data, dramatically increase the developing and testing efficiency.

The otdd test runner run in two modes:

  • docker mode. The otdd test runner is run within a docker, and your development docker share its network with the runner docker. They acts like the istio sidecare mode.
  • plain mode. The otdd runner is run within a seperate otdd-test-runner user in your development box.

Please refer to get started to learn about the setup.

FAQs

Package last updated on 03 Mar 2020

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