Skip to content

Instantly share code, notes, and snippets.

@trnktms
Last active February 7, 2023 15:38
Embed
What would you like to do?
└─ 📂 tests
└─ 📂 api-tests
└─ 📂 <area>
├─ 📂 <api1>
│ ├─ 📄 response-schema.json
│ └─ 📄 test.ps1
├─ 📂 <api2>
│ ├─ 📄 response-schema.json
│ └─ 📄 test.ps1
├─ 📂 <api3>
│ ├─ 📄 response-schema.json
│ └─ 📄 test.ps1
└─ ⚙ config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment