This application was build to provide end to end testing example of ui application.
Is uses aerospike to store user profiles.
Prerequisites:
Enable ssh logic you your use on your machine (on osx System Preference / Sharing / Remote Login )
Install docker service
Download endly
Provide a username and password to login to your box.
endly -c=localhost
Verify that secret file were created
cat ~/.secret/localhost.json
Run the following command:
git clone https://github.com/viant/endly
cd endly/example/ui/sso/e2e/
run test with run workflow:
endly r=run
endly -t='?'
#Troubleshooting
to check you aerospike just run
docker exec -it db1 aql SELECT * FROM db1.users;