MeasureThat.net icon indicating copy to clipboard operation
MeasureThat.net copied to clipboard

Test shouldn't be published if it results in an error on run.

Open rbp15 opened this issue 9 years ago • 0 comments

As a user when I visit the latest benchmarks page, I do not want to be able to click on a test that upon running results in an error (attached).

Possible solution: #1:

  • Save button is disabled until the user runs the script.
  • Save button is enabled if script runs without error.
  • When save button is clicked it runs the script and does a final check that the script runs without error.

*An error is defined as a run time error that stops the script from executing - not any other form of error.

rbp15 avatar Oct 04 '16 13:10 rbp15