/accountkit-automation

Sample of AccountKit login automation with the help of Selenium WebDriver

Primary LanguageJavaScript

AccountKit automation

This is a sample of AccountKit login automation with the help of Selenium WebDriver.

How to install?

npm install

then set up environment variables listed in the .env file and don't forget to add http://localhost:3000/callback as redirect URL in AccountKit settings page.

How to run?

npm start

then go to http://localhost:3000