testcases
8 rows where testsuite_id = 257333
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
14324880 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | sets and gets the correct text when using setContents and getContents | 0.342 | 0 | 0 |
14324881 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | sets and gets the correct selection when using setSelection and getSelection | 0.281 | 0 | 0 |
14324882 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | correctly replaces the selected text when using replaceSelection | 0.279 | 0 | 0 |
14324883 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | returns the correct values for getCaretPosition | 0.23 | 0 | 0 |
14324884 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | correctly wraps the selected text when using encapsulateSelection | 0.236 | 0 | 0 |
14324885 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | correctly inserts the peri option when using encapsulateSelection | 0.265 | 0 | 0 |
14324886 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | scrolls to the correct place when using scrollToCaretPosition | 0.303 | 0 | 0 |
14324887 | CodeMirror textSelection for the wikitext 2010 editor 257333 | chrome.90_0_4430_212.linux.CodeMirror_textSelection_for_the_wikitext_2010_editor | retains the contents after turning CodeMirror off | 0.341 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );