AI Agent Hub
Back to plugins
⚙️

dsh-e2e-testing

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install satan9394/dsh-e2e-testing

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install satan9394/dsh-e2e-testing in your DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/satan9394/dsh-e2e-testing.

About this plugin

When building agent workflows on DeepSeek Harness, end-to-end testing is often the least-covered step. dsh-e2e-testing plugs E2E testing into the workflow as a first-class component, letting you validate your pipeline without leaving the Harness ecosystem and closing the loop from build to verification.

The plugin sits under the agent-workflow category and focuses on wiring end-to-end test execution into the DeepSeek Harness run chain. It is open-sourced under the MIT license, keeping its footprint lightweight and composable so it can pair naturally with other workflow plugins.

It is best suited for developers and teams who are already orchestrating agent workflows on DeepSeek Harness and want E2E verification as part of the same pipeline.

Use Cases

  • Integrate E2E test verification steps into agent workflows
  • Complete the E2E testing loop without leaving the Harness ecosystem
  • Combine with other workflow plugins to build a full verification pipeline

Best For

  • Developers orchestrating agent workflows on DeepSeek Harness
  • Engineering teams wanting E2E verification in a unified pipeline
  • Builders who value workflow composability and lightweight integration