TanmoySG / wunder-identity-provider

ID Provider for Wunder Platform. Authentication & Authorization Server for all wunder products
3 stars 0 forks source link

[Sub Component] Flexible Demo Runner #55

Closed TanmoySG closed 2 years ago

TanmoySG commented 2 years ago

User should be able to use sample user data of their choice using a YAML/JSON based input that can be "applied" onto the test script.

[Parent Component]

[Checkpoints]

[Example]

Something like this

{ "email" : "xy@z.com" , "password" : "123" , "name" : "XY" }  //sample.json

make apply-user sample.json
make run-demo