Description
Test Plan
https://github.com/whole-tale/wt-design-docs/issues/new?template=test_plan.md
Note: For all tests, repeat for supported browser/OS combinations.
Preconditions:
- Clear browsing history or open incognito/private session
- Disconnect all third party integrations
Authentication
- Basic login flow
- Goto https://dashboard.stage.wholetale.org
- Select "Access Whole Tale" button. You should be prompted to login via Globus Auth.
- Select your organization and login
- You should be taken to the Browse page
- Your Gravatar and user name should display
NOTE: User's name/gravatar no longer displays in the navbar
Filed whole-tale/dashboard#590 since gravatar icon no longer displays in the navbar
- Basic logout flow
- Select the "User" menu
- Select the "Log out" menu item. You should be taken to the login page.
- Select "Access Whole Tale" button.
- Note that you are not prompted to login.
- Note issue #384 for logout for Globus
- Restart your incognito session
- Select "Access Whole Tale" button. You should be prompted to login via Globus Auth.
- Return-route for non-logged in users (#300)
- Logout from Whole Tale
- Attempt to access https://dashboard.stage.wholetale.org/manage
- You should be redirected to https://dashboard.stage.wholetale.org/login?rd=%252Fmanage
- Select "Access Whole Tale".
- You should be redirected to the Manage page.
Navigation
- General navigation
- Select "Browse" button. Browse page should display
- Click "Create New..." and choose "Create new Tale". Create Tale modal should display, then close the modal.
- Select "Manage" button. Manage page should display
- Select "i" button should open User Guide in new tab
- Select "Notification" button should display the notification panel
- Select "Report a problem" button should open https://github.com/whole-tale/whole-tale/issues in new tab
- Select "View" on a Tale. The Run page should display
- Click the "user" icon
- You should see a dropdown expand
- The dropdown should contain the user's first/last name and gravatar image
- The dropdown should provide a link to the Settings page
- The dropdown should provide an option to Logout
- Select the "Settings" option should bring you to the Settings page
Browse
Preconditions:
-
Assumes production Tales present (e.g., LIGO, materials, etc).
-
No running instances
-
General
- Select "Browse" button. Confirm browse page displays
- Confirm that no Tales are running
- Search
- Enter "Ligo" as search term. Confirm only LIGO tale displays
- Clear search term. Confirm all tales display
- Filter
- Navigate to the Browse page
- Confirm that you can switch between "All Tales" and "My Tales"
- Confirm that all public Tales are shown on "All Tales"
- Confirm that your Tales are shown under "My Tales"
- Select "My Tales"
- View a Tale and then navigate back to Browse
- Confirm the filter is reset
- View tale
- Select "View" button on LIGO Tale
- Confirm that Run > Metadata page displays
- Confirm that you cannot delete or edit Tale properties
- Select Back button. Confirm that you are taken back to Browse page
- Select "View" button on Tale you own
- Confirm that the Run and Close buttons are present
- Confirm that you can edit Tale properties
- Select "Close"
- Confirm that you are taken back to Browse
- Launch instance
- Select "Run Tale" button on "Ligo" tale
- Confirm you are prompted to Copy and Run
- Select Copy and Run
- Confirm that you are redirected to the Tale's Run page
- Confirm that the notification dialog appears
- Confirm that the step progression is correct
- Navigate to the Browse page
- Confirm that the Tale is shown under "Currently Running"
- Select "View" on the Tale card
- Select "Stop" to end the Tale instance
- Confirm that the Tale has stopped
- Confirm that the button has changed to Run
- Navigate to Browse
- Confirm that there are no Tales under "Currently Running"
- Select the "Run Tale" button on a Tale you own
- After the instance is launched, navigate back to the Browse page
- Try to delete the Tale (not instance)
- Confirm you cannot select the delete button on the browse page
- Confirm that the "Run Tale" button has been replaced with "Stop Tale"
- Confirm that the Tale is shown at the top of the page under "Currently running"
Manage
Preconditions
-
Empty home directory
-
No registered data
-
Register General
- Select Manage > Data > "+" to open register panel
- Confirm list of providers matches list of supported providers (Globus, DataONE, Dataverse)
NOTE: Zenodo missing from test confirmation
- Register DataONE data
- Select Manage > Data tab
- Select "+". Confirm "Search for Data Sources" modal displays
- Search for DOI
10.5065/D6862DM8
- Confirm "Humans and Hydrology" dataset is found on DataONE.
- Select Register
- Confirm dataset appears in Manage Data list
- Confirm additional URL formats:
BUG: Registering "Humans and Hydrology" required a refresh afterward.. display was missing one or more datasets before refresh.
- Dataverse
- Register dataset doi:10.7910/DVN/SZ9YXZ
- Confirm "Replication Data for: Direct Democracy and Women's Political Engagement" from Dataverse
- Globus/MDF
- Confirm DOI resolution for http://dx.doi.org/doi:10.18126/M2301J results in https://petreldata.net/mdf/detail/pub_30_shahani_twinmediated_v1.2
- Register dataset https://petreldata.net/mdf/detail/pub_30_shahani_twinmediated_v1.2
NOTE: Punctuation is stripped - could this potentially result in a collision?
Run
Preconditions:
-
No running Tale instances
-
General
- Launch (Copy and Run) the Ligo Tale and wait for instance to start
- Confirm you are on the Run page
- Confirm Run panel displays Tale icon, title, and author
- Confirm Run page displays Interact, Files, Metadata tabs
- Select "..." menu.
- "Learn more" displays https://wholetale.readthedocs.io/en/stable/users_guide/run.html
- Confirm fullscreen displays Run panel in full screen
- Confirm that the options for exporting the Tale are present
- Interact tab
- Select the "Interact" tab
- Confirm Jupyter environment is displayed in iframe
- Select "popout" icon. Confirm Jupyter is opened in new Tab
- Files tab
- Select "Files" tab
- You should see a vertical navigation menu with three tabs: "Home", "External Data", and "Tale Workspace".
- Metadata tab - Read Only Tale
- View (not launch) the LIGO Tale
- Navigate to Run
- Select "Metadata" tab
- Confirm that metadata displays for current tale
- Confirm that the form elements are read only
NOTE: Duplicate test case (see "View Tale" above)
- Metadata tab - Owned Tale
- Launch a Tale that you own
- Add multiple datasets that have DOIs to the Tale
- Navigate to Run > metadata
- Valid environments should be listed in the
Environment
dropdown menu - Valid licenses should be listed in the
License
dropdown - Confirm that you see
Created by <your_name>
underAuthors
- Confirm that your Tale has the CC4 license assigned to it
- Confirm that the Tale's
Published Location
readsThis Tale has not been published
- Confirm that there are citations for the external datasets
- Change the name of the Tale, Category, Description, Illustration, Public, License, and add multiple authors
- Select Save. Confirm that you see a notification telling you that the Tale was saved.
- Refresh the page. Your changes should be preserved between page refreshes, confirming that they are being properly persisted.
- Confirm that the new Tale authors are displayed on the Tale card
- Home
- Select Files > Home. Confirm that your home directory displays
- Create a folder and upload a file to the folder
- Confirm file operations:
- Copy, rename, remove, download
NOTE: "Move To..." is also here (and works), apparently
- External data
- Precondition: Register one or more Datasets (e.g.
doi:10.18739/A29G5GD0V
) on Manage > Data (see Manage > Register test cases above)- NOTE: You may need to wait for registration to complete
- Confirm "External Data" list is initially empty
- Confirm (+) button ("Select Data modal") behavior
- Confirm that "WholeTale Catalog" shows all registered datasets
- Confirm that "My Data" filters to only show your registered datasets
- "Add" data to associate it with a Tale
- "Remove" data to dissociate it with a Tale
- "Select" saves your changes back to the server
- "Cancel" aborts the operation without saving and reverts your changes
- Confirm "External Data" list matches what was saved
NOTE: "External Data" does not start empty for LIGO Tale
- Workspaces
- Confirm create folder
- Confirm upload file
- Select "+" button has options "New folder", "Upload file", Import Tale Data..."
- Folder operations
- Confirm context menu Move To, Copy, Rename, Download, Remove
- Note: "Move To" is missing as of v0.8
- Confirm rename folder
- Confirm download folder (this should result in a zip file)
- Confirm remove folder
- Confirm context menu Move To, Copy, Rename, Download, Remove
- File operations
- Upload a file
- Confirm context menu Move To, Copy, Rename, Download, Remove
- Note: "Move To" is missing as of v0.8
- Confirm rename folder
- Confirm download file
- Confirm remove file
- Select "Import Tale Data..."
- Note vertical navigation with Tale Workspaces
- Copy to Workspace from another workspace
- Move to workspace from another workspace
BUG: Copying a folder, then immediately removing it does not update the UI (hint: copy, navigate, navigate back, then remove does work properly)
- Exporting - BagIt
- View a Tale that you own
- Navigate to Run
- Click the three-dot-dropdown
- Select 'Export as BagIt'
- Confirm that you are asked to start a download for the archive
- Open the archive
- Confirm that the top level has
bag-info.txt
bagit.txt
data/
fetch.txt
manifest-md5.txt
manifest-sha256.txt
metadata/
README.md
run-local.sh
tagmanifest-md5.txt
tagmanifest-sha256.txt
- Navigate into the
metadata
folder - Confirm that there is a
manifest.json
andenvironment.json
file - Navigate to /data
- Confirm that there is a
LICENSE
file
Settings
- Default State
- Navigate to the Settings page
- Confirm there are empty settings for DataONE, Dataverse, and Zenodo
- Connect to DataONE
- Click "Connect Account" under the DataONE repository
- Confirm that you're redirected to the DataONE login
- Log in with ORCID
- Confirm that you're redirected back to Whole Tale
- Confirm that you see "Authorized" under the DataONE server
- Confirm that the "Connect Account" Button is disabled
- Disconnect your account
- Confirm that you can re-connect it
BUG: Hard-coded dashboard.local
(see whole-tale/dashboard#589)
- Connect to Dataverse
- Click "Connect Account" in the Dataverse section
- Confirm that the connection modal opens
- Enter your API key for one of the repositories
- Click "Connect"
- Confirm that you see "Authorized on "
- Repeat for each Dataverse server
BUG: "Connect Account" not disabled after all servers registered
- Connect to Zenodo
- Click "Connect Account" in the Zenodo section
- Confirm that the connection modal opens
- Enter your API key for one of the repositories
- Click "Connect"
- Confirm that you see "Authorized on "
- Repeat for each Zenodo server
BUG: "Connect Account" not disabled after all servers registered
- Confirm tokens retained across logins
#370
- Connect one or more accounts as outlined above
- Logout and login again
- Using
girder-shell
, confirm tokens are still present
$ docker exec -ti $(docker ps --filter=name=wt_girder -q) girder-shell
from girder.models.user import User
User().findOne({"user": False})["otherTokens"]
NOTE: I can't run this case, since I don't have SSH access to the staging VM, and therefore cannot use Docker exec.
Tale Creation
- Create RStudio Tale
- Select the Create New... button on the Browse Page
- Select the Create New Tale dropdown item
- Enter title "Test Tale"
- Select compute environment RStudio
- Select "Create New Tale and Launch"
- Confirm notification dialog opens
- Confirm that the build/launch steps are correct
- Confirm that you are redirected to the Run page
- Navigate to the Browse page
- Confirm the Tale is shown under "Currently running"
- Compose Jupyter Tale
NOTE: Which Jupyter? Each?
-
Compose OpenRefine Tale
-
Too many instances
- Make sure you have two launched Tales
- Attempt to create a Tale
- Confirm that you receive an error that you have the max limit
- Confirm that the Tale is created, but not the instance
NOTE: Error does not explicitly say that we have hit the max limit
Analyze in Whole Tale
Task 1: Importing a Dataset from Dataverse
These test cases cover potential situations that can occur when importing datasets from Dataverse.
- Case 1: Ideal Scenario:
Testing Steps:
- Remove all running Tale instances
- Navigate to https://girder.stage.wholetale.org/api/v1/integration/dataverse?datasetPid=doi%3A10.7910%2FDVN%2F3MJ7IR&siteUrl=https%3A%2F%2Fdataverse.harvard.edu
- Confirm that the Tale title reads as
Replication Data for: "Agricultural Fires and Health at Birth"
- Confirm that the only item in the
Input data
section matches the uri withData Source
appended - Confirm that no environment is selected
- Confirm that the
Create New Tale and Launch
button is disabled - Select an environment
- Confirm that READ WRITE is selected
- Click
Create New Tale and Launch
- Confirm that you are redirected to the run page
- Confirm that the Tale name matches the Tale Name in the Create Tale Modal
- Confirm that the data exists under External Data
- Confirm that the Tale's category is
science
BUG: No "External Data" appeared, even after Tale was running. Dataset also did not appear under "Manage" after Tale was running
Task 2: Importing a Dataset from DataONE
These test cases cover different scenarios that may happen when importing datasets from DataONE.
- Case 1: Ideal Scenario:
This test covers the ideal case where dataset importing has all of the needed information
to properly run. This includes the dataset location, title, and selected environment.
Testing Steps:
- Remove all running Tale instances
- Navigate to https://girder.stage.wholetale.org/api/v1/integration/dataone?uri=https%3A%2F%2Fsearch.dataone.org%2Fview%2Fdoi%3A10.18739%2FA2VQ2S94D&title=Fire%20influences%20on%20forest%20recovery%20and%20associated%20climate%20feedbacks%20in%20Siberian%20Larch%20Forests%2C%20Russia&environment=RStudio
- Confirm that the Tale title reads as
Fire influences on forest recovery and associated climate feedbacks in Siberian Larch Forests, Russia
- Confirm that the only item in the
Selected data
section matches the uri withData Source
appended - Confirm that
Rstudio
is selected in the Environments widget - Confirm that the
Create New Tale and Launch
button is enabled - Confirm READ ONLY is selected
- Click
Create New Tale and Launch
- Confirm that you are redirected to the run page
- Confirm that the Tale name matches the Tale Name in the Create Tale Modal
- Confirm that the data exists in the Tale under External Data
- Confirm that the Tale's category is
science
NOTE - Regarding this step:
Confirm that the only item in the
Selected data
section matches the uri withData Source
appended
I'm not sure what this actually means... confirm that the "DataSource"l isted matches the uri
in the query string?
- Case 2: Testing Different DataONE Deployments
TheAnalyze in Whole Tale
feature is deployed across a few DataONE test sites. This test ensures Whole Tale has the ability to import
data from each of them.
Links:
- https://dashboard.stage.wholetale.org/browse?api=https%3A%2F%2Fdev.nceas.ucsb.edu%2Fknb%2Fd1%2Fmn%2Fv2&name=Dataone Dataset&uri=https://dev.nceas.ucsb.edu/view/doi:10.5072/FK2K075M25
- https://dashboard.stage.wholetale.org/browse?api=https://test.arcticdata.io/metacat/d1/mn/v2&name=Dataone Dataset&uri=https://test.arcticdata.io/view/doi:10.5065/D6N014NC
Testing Steps:
- Remove all running Tale instances
- Navigate to each of the two links above
- Select an environment
- Click
Create New Tale and Launch
- Confirm that the correct data exists in the Tale under External Data
NOTE: Accidental(?) dashboard.local
above - should be dashboard.stage
BUG(?): First dataset is just called proveit
... is this correct?
BUG(?): Second dataset is just called D6N014NC
... is this correct?
Task 4: Shared Behavior
NOTE: There is no Task 3
in this list
These cases show errors that are common between Dataverse and DataONE. Although they are tested using DataONE URIs, the errors should be the same when replacing it with a Dataverse URI.
- Case 1: Missing Dataset Title Query Param:
This test covers the case where the name query parameter is missing. The expected behavior is
that the uri query parameter is used instead.
Testing Steps:
- Remove all running Tale instances
- Navigate to https://dashboard.stage.wholetale.org/browse?uri=https%3A%2F%2Fdataverse.harvard.edu%2Fapi%2Faccess%2Fdatafile%2F3323458
- Confirm that the Tale title reads as
https://dataverse.harvard.edu/api/access/datafile/3323458
- Confirm that the only item in the
Selected data
section matches the uri withData Source
appended - Confirm that no Environment is selected
- Confirm that the
Create New Tale and Launch
button is disabled - Select an environment
- Click
Create New Tale and Launch
- Confirm that the notification bar appears & properly updates
- Confirm that you are redirected to the run page
- Confirm that the Tale name matches the Tale Name in the Create Tale Modal
- Confirm that the data exists in the Tale under External Data
- Case 2: Importing Data with Read/Write:
This test covers the case where a user imports data from an external source and selects READ/WRITE in the Create Tale Modal.
Testing Steps:
- Remove all running Tale instances
- Navigate to https://dashboard.stage.wholetale.org/browse?uri=https%3A%2F%2Fdataverse.harvard.edu%2Fapi%2Faccess%2Fdatafile%2F3323458 or https://dashboard.stage.wholetale.org/browse?api=https%3A%2F%2Fdev.nceas.ucsb.edu%2Fknb%2Fd1%2Fmn%2Fv2&environment=JupyterLab&name=proveit&uri=doi%3A10.5072%2FFK27P92Z55
- Confirm that the Tale title matches the dataset
- Confirm that the only item in the
Selected data
section matches the uri withData Source
appended - Confirm that the
Create New Tale and Launch
button is disabled - Select an environment
- Select
READ/WRITE
- Click
Create New Tale and Launch
- Confirm that the notification bar appears & properly updates
- Confirm that you are redirected to the run page
- Confirm that the Tale name matches the Tale Name in the Create Tale Modal
- Confirm that the data exists in the Tale Workspace
NOTE: is the Tale/Dataset title supposed to be proveit
? Can't we just include that in the test case from now on?
BUG: 404.html
appeared under "External Data"
BUG: No data ever appeared in the Tale Workspace
Tale metadata tests
The purpose of these tests are to confirm that the metadata files (manifest.json, environment.json, LICENSE) we generate are correct.
- manifest.json
- Launch a Tale that you own
- Add a dataset to the Tale
- Add at least one author
- Add at least one file to the workspace
- Export the Tale (as BagIt)
- Open the
manifest.json
file undermetadata/
- Confirm that the author is listed under
schema:author
- Confirm that you are listed under
createdBy
- Confirm that the file(s) in the workspace are properly listed in
aggregates
- Confirm that the external dataset is referenced in
aggregates
- Confirm that the dataset is also listed under
Datasets
- environment.json
- Open the archive from the manifest.json test
- Navigate to
metadata/environment.json
- Open the girder web API
- Locate and GET the Image that the Tale used
- Confirm that the
config
section from girder matches theconfig
section inenvironment.json
- LICENSE
- Open the archive from the manifest.json test
- Open the
LICENSE
file - Navigate to Run > metadata
- Confirm that the opened
LICENSE
file matches the selected license on the metadata page - Change the Tale's license
- Export the Tale
- Confirm that the
LICENSE
changed appropriately
Publishing tests
-
Case 1: No Accounts Configured
- Disconnect all of your external accounts
- Launch a Tale that you own
- Click the ellipsis dropdown on the Run page
- Click
Publish tale...
- Confirm that your are notified to link accounts on the settings page
- Click
Go to Settings
- Confirm you are re-directed to settings
-
Case 2: Publishing to a Third Party
-
Connect to a third party provider (make sure it's a dev server)
-
Launch a Tale that you own
-
Add some data to it
-
Click
Publish tale...
-
Confirm that the publishing modal opens
-
Confirm that the third party that you are connected to appears in the dropdown
-
Select the third party
-
Click
Publish
-
Once complete, navigate to the metadata page
-
Confirm that the published location is present
-
Visit the published location
-
Confirm that you see the following files plus yours
metadata.xml
LICENSE
README.md
manifest.json
environment.json
-
Repeat for each third party provider
a. After publishing to each provider, use girder to query the Tale
b. Ensure that the 'pid' field in the 'publishInfo' object has an identifier in a doi format
-
NOTE: Which options are / are not dev servers?
NOTE: Neither demo.dataverse.org
nor dev2.dataverse.org
appeared in the publishers list after connecting an API token
- Case 3: Re-published Tale
- Launch a Tale that has been published before
- Take note of the
Published Location
in Run > metadata - Re-publish the Tale to the third party
- Confirm that the
Published Location
has changed to the correct package landing page
Zenodo integration tests
- Register Zenodo data
- Select Manage > Data tab
- Select "+". Confirm "Search for Data Sources" modal displays
- Search for Concept DOI
doi:10.5281/zenodo.16384
- Confirm "Belmont Forum..." dataset is found on Zenodo with suffix
ver_1
- Search for URL
https://zenodo.org/record/1172960#.XidIvlNKh24
- Confirm "Belmont Forum..." dataset is found on Zenodo with suffix
ver_2
- Search for DOI
doi:10.5281/zenodo.1172960
- Confirm "Belmont Forum..." dataset is found on Zenodo with suffix
ver_2
- Search for Concept DOI
doi:10.5281/zenodo.608984
- Confirm "Belmont Forum..." dataset is found on Zenodo with suffix
ver_2
- Select Register
- Confirm dataset appears in Manage Data list
- Add to tale and confirm contents match
The register tests the following cases.
- Datasets with multiple files
- Datasets with multiple versions
- Concept DOI
BUG: First register had _ver_2
suffix, not _ver_1
NOTE: For confirming contents, you can't browse into the Dataset from a Tale... easier to do this from the "Manage" page
- Zenodo dataset via AiWT
- Open https://dashboard.stage.wholetale.org/browse?uri=https%3A%2F%2Fdoi.org%2F10.5281%2Fzenodo.820575&name=Automotive%20Sensor%20Data
- Confirm Source Data URL and Title match above URL and "READ ONLY" is selected
- Select environment
- Select 'Create and Launch Tale'
- Confirm dataset is mounted read-only, citation is as expected, zipfile is not extracted
The register tests the following cases.
-
Dataset with single file (zipfile)
-
Zenodo Binder via AiWT
- Open https://dashboard.stage.wholetale.org/browse?uri=https%3A%2F%2Fdoi.org%2F10.5281%2Fzenodo.3242073&environment=Jupyter%20Lab&name=Simple%20requirements.txt%20based%20example%20for%20repo2docker&asTale=true
- COnfirm Source Data and Title match URL and "READ WRITE" is selected
- Select 'Create and Launch Tale'
- Confirm image builds and notebook can run
NOTE: Jupyter%20Lab
in querystring above should be JupyterLab
- Zenodo Tale via AiWT
- Open https://girder.stage.wholetale.org/api/v1/integration/zenodo?doi=10.5281%2Fzenodo.2641313&resource_server=zenodo.org
- Confirm Water Tale is created.
- Confirm citation on Metadata view
- Confirm DOI matches above
- Use the Swagger UI to confirm the
publishInfo
field on the tale object contains pid, repository, repository_id, uri - Run the tale and and notebook, confirm it works as expected (produces glorious map of Texas)
BUG - First step fails with a stack trace:
{
"message": "AttributeError: AttributeError(\"'NoneType' object has no attribute 'get'\",)",
"trace": [
"<FrameSummary file /girder/girder/api/rest.py, line 630 in endpointDecorator>",
"<FrameSummary file /girder/girder/api/rest.py, line 1210 in GET>",
"<FrameSummary file /girder/girder/api/rest.py, line 967 in handleRoute>",
"<FrameSummary file /girder/girder/api/describe.py, line 709 in wrapped>",
"<FrameSummary file /girder/girder/api/rest.py, line 1280 in wrapped>",
"<FrameSummary file /girder/plugins/wholetale/server/lib/zenodo/integration.py, line 57 in zenodoDataImport>",
"<FrameSummary file /girder/plugins/wholetale/server/lib/zenodo/provider.py, line 108 in import_tale>",
"<FrameSummary file /girder/plugins/wholetale/server/models/tale.py, line 383 in createTaleFromStream>"
],
"type": "internal"
}
After rerunning with https://sandbox.zenodo.org/record/490450#.XjnHHRNKh25:
-
https://girder.stage.wholetale.org/api/v1/integration/zenodo?doi=10.5072%2Fzenodo.490450&resource_server=sandbox.zenodo.org
BUG - modal never shows, AiWT never happens, and I am just redirected to Craig's existing Tale: https://dashboard.stage.wholetale.org/run/5e39d26e8bec16c2663dda16?token=wZrmafFvLyvyeGyKeP8ymzAVcoquvOObLqwwMLjfC6A7SonsvfomfbOE44KqAk2Q -
Publish/import to/from Zenodo Sandbox
- Follow instructions above to configure your API key for Zenodo sandbox
- Use imported Water Tale above or create your own tale
- Publish to sandbox.zenodo.org
- Confirm publishInfo contains Sandbox entry
- Delete tale
- Import tale from Zenodo
- Confirm publishInfo
- Modify the tale
- Re-publish to sandbox.zenodo.org
- Delete tale
- Import tale from Zenodo
- Confirm publishInfo
- Download and run local
NOTE: Is there a specific way to "Import a Zenodo Tale"? Tried https://girder.stage.wholetale.org/api/v1/integration/zenodo?doi=10.5072%2Fzenodo.490330&resource_server=sandbox.zenodo.org
, but will this actually resolve the DOI? This just redirected me to Browse...
NOTE: What does "Download and run local" entail - is there a set of commands for this already?
Regression tests
- Internal-state problems (#326)
- Open a non-incognito browser tab, log into the UI and navigate to the
/manage
view - Create a folder (e.g.
test123
) and click down into it - Open an incognito browser tab, login to the UI again, and navigate to the
/manage
view - In the incognito tab, delete the
test123
folder and close the incognito tab - Refresh your non-incognito browser tab
- You should not be stuck on a blue screen
- You should not need to manually refresh the page
- You should be taken to the
/manage
view of your Home folder - NOTE: Your last refresh may take a couple of seconds longer than usual
- Invalid instance ID (#333)
- Manually change the path suffix in the address bar to
/run/ThisIsObviouslyNotARealID
- You should be brought to
/browse
page instead
- Files don't overflow Manage page (#410)
- Navigate to the manage page
- Register enough/upload enough data to the point where you need to scroll through files on the right hand side
- Make sure that the files don't overflow the container, also check in Firefox
- Handle read only Tales (#406)
- Login to the WholeTale Dashboard
- You should see that Tale Workspaces has been greyed out, disallowing reads
- Launch a Tale that allows you to read, but not write
- Navigate to Run > Files > Tale Workspaces
- You should see the Tale's Workspace folders/files are listed here
- You should see that (+) has been greyed out, disallowing writes
- Navigate to Run > Files > External Data
- You should see the Tale's External Datasets are listed here
- You should see that (+) has been greyed out, disallowing writes
NOTE: This could be merged with "View Tale" test case (see above)
NOTE: Step 2 should be removed, as it does not make sense
NOTE: Step 3 should say "View" instead of "Launch" - launching requires write access