stepci
stepci copied to clipboard
Automated API Testing and Quality Assurance
Would be awesome to convert cURL command into a Step CI workflow format
### 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...
### 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...
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....