TanmoySG / wunder-identity-provider

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

[Component] Demo Runner #52

Closed TanmoySG closed 2 years ago

TanmoySG commented 2 years ago

Create a makefile to ease demo for setup-test-teardown.

[ Checkpoints ]

Initially, tears down any resources lingering around. Then Runs the test.py script for end-to-end registration process demo

Tears Down any resources created while demoing end-to-end flow

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

make apply-user sample.json
make run-demo

Something like this