Add files with the following information to the SIS_TEST_DIR
(by default, this
is the current directory).
${SIS_TEST_DIR}/.usernames.json
:
{
"advisor": "<advisor username>",
"ugrad_student": "<undergraduate student username>",
"grad_student": "<graduate student username>",
"faculty": "<faculty member username>"
}
${SIS_TEST_DIR}/.passwords.json
:
{
"advisor": "<advisor password>",
"ugrad_student": "<undergraduate student password>",
"grad_student": "<graduate student password>",
"faculty": "<faculty member password>"
}
${SIS_TEST_DIR}/.config.json
in the format:
{
"<environment name>": {"<page name>": "<url>"}
}