home / tests

testcases

7 rows where testsuite_id = 5976

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1422776 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen correctly 20.752 0 0
1422777 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen on conflicts that also add new lines 19.975 0 0
1422778 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict swaps blocks when switch button is clicked 20.36 0 0
1422779 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview after edit 21.08 0 0
1422780 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview swapped 21.755 0 0
1422781 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge after edit 23.8 0 0
1422782 TwoColConflict 5976 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge swapped 22.287 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 5505.333ms