-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add user journey test #760
Conversation
✅ Deploy Preview for kaleidoscopic-dango-0cf31d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@dcmcand Thanks for adding this! I think this PR needs some changes, I've left some comments for your consideration.
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.
@dcmcand LGTM. I've left some comments, but those are non-blockers. Up to you whether to fix those before merging.
Co-authored-by: Nikita Karetnikov <nkaretnikov@quansight.com>
Co-authored-by: Nikita Karetnikov <nkaretnikov@quansight.com>
Fixes #668
Fixes #662
Description
Adds an initial user journey test. This test follows a normal user workflow (using only api calls) to ensure that user workflows are not broken. It also begins to build up a library of actions that can be used to compose future user journey tests.
This test has been tested locally, in CI and against https://nebari.quansight.dev and it worked in all cases.
Pull request checklist
Additional information
How to test
docker compose up
conda-store-server
foldercd conda-store-server
pytest -m user_journey