stepci icon indicating copy to clipboard operation
stepci copied to clipboard

Automated API Testing and Quality Assurance

Results 61 stepci issues
Sort by recently updated
recently updated
newest added

Mask secret variables in output (low-priority for now)

help wanted

Would be awesome to convert cURL command into a Step CI workflow format

help wanted
importing

### What happened? When using the OAuth option for http steps, the token request is done with a JSON body and results in a `400 Bad Request` for tested identity...

bug

### What happened? Workflows fail due to unresolved imports. ### What did you expect to happen? To have a documentation guide on how to handle imports or for imports to...

bug

We should replace all `if (something.json)` with `if ('json' in something)`, because what we want is to validate whether there's a key in the object, not whether value equals true....