home / tests

testcases

7 rows where testsuite_id = 5789

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1421873 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen correctly 24.66 0 0
1421874 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen on conflicts that also add new lines 23.763 0 0
1421875 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict swaps blocks when switch button is clicked 28.88 0 0
1421876 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview after edit 25.096 0 0
1421877 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview swapped 24.695 0 0
1421878 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge after edit 34.942 0 0
1421879 TwoColConflict 5789 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge swapped 27.71 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 6357.41ms