home / tests

testcases

7 rows where testsuite_id = 54505

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2050411 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen correctly 25.699 0 0
2050412 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen on conflicts that also add new lines 23.196 0 0
2050413 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict swaps blocks when switch button is clicked 25.44 0 0
2050414 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview after edit 28.029 0 0
2050415 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview swapped 23.384 0 0
2050416 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge after edit 30.349 0 0
2050417 TwoColConflict 54505 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge swapped 27.443 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 7001.399ms