bddrest icon indicating copy to clipboard operation
bddrest copied to clipboard

Tool-chain to define and verify REST API in BDD manner.

Results 8 bddrest issues
Sort by recently updated
recently updated
newest added

It would be useful when you need to call an API to assert something after a `given` and or `when` has been accomplished.

enhancement
feature

Please add Authorization in wiki

bug

We need to avoid **writing repetitious tests** the same parameter with **different values**. So, we decided to create manipulation for repeat tests like below: ```python form=Repeat(a=['1', '2', '3'], b=['a', 'b',...

feature

@pylover Currently, multipart is a dictionary and does not support having several multipart data with the same name. To support this, I think we have 2 options: - Use ``list``...

We need a HTML template for REST story documentation.

feature

Please provide a mockup server to serve the generate yaml files as HTTP REST api. For example: ```bash bddrest mockup --bind [9.9.9.9:]8090 --base-url apiv1 myfile.yml yourfile.yml *.yml ```

feature

Using a CSS file to make the output HTML file look better. These files can be served in project servers for the front-end team as documentation without them needing to...