home / tests

testcases

7 rows where testsuite_id = 143263

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
4283799 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen correctly 24.225 0 0
4283800 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict shows the talk page screen on conflicts that also add new lines 24.162 0 0
4283801 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict swaps blocks when switch button is clicked 24.505 0 0
4283802 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview after edit 24.849 0 0
4283803 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict shows correct preview swapped 30.453 0 0
4283804 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge after edit 26.323 0 0
4283805 TwoColConflict 143263 chrome.90_0_4430_212.linux.TwoColConflict stores correct merge swapped 26.895 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 6913.942ms