home / tests

testcases

7 rows where testsuite_id = 184202

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5912967 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen correctly 28.611 0 0
5912968 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen on conflicts that also add new lines 29.093 0 0
5912969 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict swaps blocks when switch button is clicked 25.324 0 0
5912970 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview after edit 29.078 0 0
5912971 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview swapped 26.52 0 0
5912972 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge after edit 29.838 0 0
5912973 TwoColConflict 184202 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge swapped 29.803 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 7100.995ms