https://github.com/stepci/stepci Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + By Plan + Enterprise + Teams + Compare all + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} stepci / stepci Public * Notifications * Fork 17 * Star 492 Automated API Testing and Monitoring stepci.com License MPL-2.0 license 492 stars 17 forks Star Notifications * Code * Issues 15 * Pull requests 1 * Discussions * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Discussions * Actions * Projects * Security * Insights stepci/stepci This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Use this GitHub Action with your project Add this Action to an existing workflow or create a new one. View on Marketplace main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 19 tags Code * Clone HTTPS GitHub CLI [https://github.com/s] Use Git or checkout with SVN using the web URL. [gh repo clone stepci] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @mishushakov mishushakov Added examples, updated docs ... 3cec818 Nov 4, 2022 Added examples, updated docs 3cec818 Git stats * 81 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github Added examples, updated docs Nov 4, 2022 docs Added examples, updated docs Nov 4, 2022 examples Added examples, updated docs Nov 4, 2022 src Updated docs Nov 4, 2022 test Added OpenAPI generation into the CLI Oct 31, 2022 .gitattributes Updated docs and runner version Oct 22, 2022 .gitignore Initial commit Sep 19, 2022 Dockerfile Docker Support Sep 21, 2022 LICENSE Initial commit Sep 19, 2022 README.md Added examples, updated docs Nov 4, 2022 action.yml v1 Oct 3, 2022 package-lock.json Updated docs Nov 4, 2022 package.json Updated docs Nov 4, 2022 tsconfig.json gRPC Support Oct 20, 2022 View code Welcome Get started Documentation Example tests License Privacy README.md Step CI CLI Demo Welcome Step CI is an open-source tool, which helps you automate API testing and monitoring * Language-agnostic. Configure easily using YAML * REST, GraphQL, gRPC. Test different API types at once * Self-hosted. Test services on local network * Integrated. Play nicely with others - Read the Docs - Try the Online Playground - Join us on GitHub Discussions Get started 1. Install the CLI from NPM npm install -g stepci Note: Make sure you're using the LTS version of Node.js 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 Example tests You can find a collection of Step CI example tests under examples/ License Step CI is distributed under Mozilla Public License terms Privacy About Automated API Testing and Monitoring stepci.com Topics testing api http continuous-integration ci actions grpc test-automation api-rest testing-tools api-testing hacktoberfest grpc-client github-actions github-action Resources Readme License MPL-2.0 license Stars 492 stars Watchers 5 watching Forks 17 forks Releases 13 2.4.5 Latest Nov 4, 2022 + 12 releases Packages 1 Used by 1 * @koki-develop @koki-develop / badge-generator Contributors 6 * @mishushakov * @npostulart * @Dinoosawruss * @dejmedus * @umeshchavda05 * @sebastianwis Languages * TypeScript 99.3% * Dockerfile 0.7% Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.