You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
This is blocked because we cannot upload any images in a @global_setup or @setup due to the fact that you need to be logged in to perform a create_shot() action. Currently both the @global_setup and @setup methods are used to create the session object that are used by the scenarios.
Not sure how we can write/maintain a synchronous (for setup) and asynchronous (for scenarios) versions of these methods.
We could write a synchronous version of create_shot() for our read_shot scenario, but then we'll also need to rewrite all the login/register functionality as well.
We could just point the read_shot scenario to an existing image on stage (since a user doesn't need to be logged in to view a shot, but that doesn't help us with the list_shots and search_shots scenarios, where a user will need to have X existing shots and be logged in to run the tests.
loadtest_read.py (for read, search, list)
loadtest_create.py (for create)
loadtest_delete.py (delete_logins)
The text was updated successfully, but these errors were encountered: