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
Currently we have to write a do...while loop in the code to link to create a version that will run multiple test cases. We should modify the UI slightly so that the user can provide multiple test cases that will be run. Need to think of the best way to display this to the user (both input and output) and how to handle this on the server side (i.e. do we send each separately or in bulk)
The text was updated successfully, but these errors were encountered:
Currently we have to write a
do...while
loop in the code to link to create a version that will run multiple test cases. We should modify the UI slightly so that the user can provide multiple test cases that will be run. Need to think of the best way to display this to the user (both input and output) and how to handle this on the server side (i.e. do we send each separately or in bulk)The text was updated successfully, but these errors were encountered: