home / tests

testcases

7 rows where testsuite_id = 184274

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5913335 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen correctly 27.472 0 0
5913336 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen on conflicts that also add new lines 31.012 0 0
5913337 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict swaps blocks when switch button is clicked 25.387 0 0
5913338 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview after edit 26.105 0 0
5913339 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview swapped 25.992 0 0
5913340 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge after edit 28.613 0 0
5913341 TwoColConflict 184274 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge swapped 28.461 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 5790.267ms