Stepci

Automated API Testing and Quality Assurance
Alternatives To Stepci
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hoppscotch51,733111 hours ago1March 22, 2022143mitTypeScript
👽 Open source API development ecosystem - https://hoppscotch.io
Metersphere9,313
10 hours ago279gpl-3.0Java
MeterSphere 一站式开源持续测试平台,为软件质量保驾护航。搞测试,就选 MeterSphere!
Karate7,05910883 days ago92August 24, 202029mitJava
Test Automation Made Simple
Hurl4,320214 hours ago8September 19, 202278apache-2.0Rust
Hurl, run and test HTTP requests with plain text.
Httprunner3,702342 days ago150July 04, 2022436apache-2.0Go
HttpRunner 是一个开源的 API 测试工具,支持 HTTP(S) / HTTP2 / WebSocket / RPC 等网络协议,涵盖接口测试、性能测试、数字体验监测等测试类型。简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。
Keploy1,91012 days ago25June 18, 2022160apache-2.0Go
Test generation for Developers. Generate tests and stubs for your application that actually works!
Apiauto1,725
6 days ago26apache-2.0JavaScript
☔ 敏捷开发最强大易用的 HTTP 接口工具,机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释,集 文档、测试、Mock、调试、管理 于一体的一站式体验。☔ The most advanced tool for HTTP API. Testing with machine learning, generating codes and static analysis, generating comments and floating hints, one site for document, testing, mocking, debugging and management.
Schemathesis1,71243 days ago203June 23, 2022127mitPython
Guarantee flawless API functionality with thorough, high-quality test scenarios generated from your API specification.
Stepci1,010
a month ago35mpl-2.0TypeScript
Automated API Testing and Quality Assurance
Chakram911185804 years ago13September 03, 201635mitJavaScript
REST API test framework. BDD and exploits promises
Alternatives To Stepci
Select To Compare


Alternative Project Comparisons
Readme

Step CI CLI Demo

Note We just released Garph, a full-stack GraphQL framework for TypeScript

Welcome

Step CI is an open-source API Quality Assurance framework

  • Language-agnostic. Configure easily using YAML, JSON or JavaScript
  • REST, GraphQL, gRPC, tRPC, SOAP. Test different API types in one workflow
  • Self-hosted. Test services on your network, locally or with CI/CD
  • Integrated. Play nicely with others

Read the Docs

Try the Online Playground

Join us on GitHub Discussions

Get started

  1. Install the CLI

    Using Node.js

    npm install -g stepci
    

    Note: Make sure you're using the LTS version of Node.js

    Using Homebrew

    brew install stepci
    
  2. Create example workflow

    workflow.yml

    version: "1.1"
    name: Status Check
    env:
      host: example.com
    tests:
      example:
        steps:
          - name: GET request
            http:
              url: https://${{env.host}}
              method: GET
              check:
                status: /^20/
    

    Note: You can also also use JSON format to configure your workflow

  3. Run the workflow

    stepci run workflow.yml
    
    PASS  example
    
    Tests: 0 failed, 1 passed, 1 total
    Steps: 0 failed, 1 passed, 1 total
    Time:  0.559s, estimated 1s
    
    Workflow passed after 0.559s
    

Documentation

Documentation is available on docs.stepci.com

Examples

You can find example workflows under examples/

Community

Join our community on GitHub Discussions

Contributing

As an open-source project, we welcome contributions from the community. If you are experiencing any bugs or want to add some improvements, please feel free to open an issue or pull request

License

The source code is distributed under Mozilla Public License terms

Privacy

By default, the CLI collects anonymous usage data, which includes:

  • Unique user ID
  • OS Name
  • Node Version
  • CLI Version
  • Command (stepci run, stepci generate)
  • Environment (Local, Docker, CI/CD)

Note: The usage analytics can be disabled by setting STEPCI_DISABLE_ANALYTICS environment variable

Popular Testing Projects
Popular Api Testing Projects
Popular Software Quality Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Testing
Http
Rest Api
Graphql
Continuous Integration
Swagger
Grpc
Soap
Test Automation
Testing Tools
Api Testing
Load Testing