Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

What this folder is for

This is the home for your tests.

test_cases : define the test cases here steps : define the various steps in the tests here, e.g. when, init, tearDown, etc.

You can share the same test cases between integration (running code locally, but talking to real downstream) and acceptance (invoking code remotely via its HTTP interface and testing the system end-to-end).

For more details, see this post.