FjolleJagt / kbhff_selenium_tests

2 stars 1 forks source link

Build Status

Integration Tests of using the Selenium Webdriver for Python

Installation

Email Credentials

There are two ways to use this package with a gmail account.

  1. Define two environment variables MAIL_CREDENTIALS_EMAIL containing your gmail address as string and MAIL_CREDENTIALS_PASSWORD containing the password to your account as string
  2. Add a mail_credentials.py file to kbhff/api/ as in the first installation step above. This file should define a dict called mail_credentials with keys "login" and "password" mapping your gmail address and its password as strings. Make sure to (re)install after adding this file.