Skip to content

Handow And Handow SHM

jian edited this page Jul 13, 2021 · 2 revisions

Handow is a Node.js module package imported in main test applications as a test engine. The main test application can call handow APIs or run the test engine by CLI. Handow APIs and CLI However, the handow users really needn't create the main test project in most situation. Handow has built a full featured test server for common E2E test applications.

handow-shm

Demo

SHM - Super Handow Management

Handow-SHM is an E2E test server with management UI, could be deployed in local machine as developing tool or in cloud for test automation.

  • Runner dashboard to run test manually and monitor testing flow
  • Built-in Editor to edit and browse test resources
  • Step library browsing
  • Paramers browsing
  • Explorers for test resources, reports and archives
  • System setting and user management
  • Scheduler and trigger for test automation and pipeline integration
  • Powerful reports and archives renderer

Test Report And Archives

SHM Setting

Deployment And Auto Run

Integrate the test engine with SHM

You needn't do anything to integrate the test engine with Handow-SHM. The handow-shm is also a Node.js module package. Test developers just need copy a seed project, rename it, and done. That's the complete TEST-AUTOMATION way!

Handow seed project