-
Notifications
You must be signed in to change notification settings - Fork 10
[risk=no][RW-7215]Add admin_test_user to e2e config,yarn,readme,env #5461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
echo "export COLLABORATOR_USER=$PUPPETEER_COLLABORATOR_STAGING" >> "$BASH_ENV" | ||
echo "export USER_NAME=$PUPPETEER_USER_STAGING" >> "$BASH_ENV" | ||
echo "export ACCESS_TEST_USER=$PUPPETEER_ACCESS_STAGING" >> "$BASH_ENV" | ||
echo "export ADMIN_TEST_USER=$PUPPETEER_ADMIN_STAGING" >> "$BASH_ENV" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
READER_USER=?? | ||
COLLABORATOR_USER=?? | ||
ACCESS_TEST_USER=?? | ||
ADMIN_TEST_USER=?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I am pretty lazy about creating local accounts, especially as each one requires upkeep. How many of these are necessary to run the standard puppeteer test suite, and how many of these can overlap? FOr the existing ones, that may be an @aweng98 question. It may be worth updating the README to explain how many users someone is expected to create locally.
For example: can ADMIN_TEST_USER == USER_NAME
locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Missing one update here in package.json.
Description:
PR checklist
yarn test-local
or yarn test-local-devup