stepci
stepci copied to clipboard
Automated API Testing and Quality Assurance
We will want to tell users how to setup dev environment to work on Step CI codebase. For that we would need an extra section in our readme, which would...
Changes - Minor changes in README.md contributing section. - Added guidelines for setting up stepci in the development environment. Closes #20
I tried to run a batched mutation in TRPC like this: ``` ... steps: - name: trpc mutation batching http: url: ${{env.url}} trpc: mutation: - createObject: json: { name: 'Bob'...
### What happened? Given a call to httpbin.org, which returns a redirect to `/foo`: ``` -> % curl -I "https://httpbin.org/redirect-to?url=/foo&status_code=301" HTTP/2 301 date: Tue, 11 Apr 2023 13:35:11 GMT content-type:...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [axios](https://github.com/axios/axios) to 1.6.1 and updates ancestor dependency [posthog-node](https://github.com/PostHog/posthog-node). These dependencies need to be updated together. Updates `axios` from 0.27.2 to 1.6.1 Release notes Sourced from axios's releases. Release v1.6.1...
> Useful when I want to test same API endpoint with different values, this allows us to prevent duplication of test suites. @notmedia
via @mschfh > Is there a way to mark tests as flaky? (don't mark the Github Actions run as failure, even if a specific test fails)