Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 402 Bytes

File metadata and controls

28 lines (20 loc) · 402 Bytes

Whydah-openidconnect-testfrontend

Simple node app used to verify login with openid-connect

Getting started

1

cp .env_template .env
npm install
npm start

2 http://localhost:3000/

3 Login with whydah user

Development

nodemon --exec npm start

Selenium IDE tests

Add plugin to your browser https://www.selenium.dev/selenium-ide/

Selenium testsuite [test/selenium]