home / tests

testsuites

5 rows where build_id = 20655

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242867 20655 20655 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/423/artifact/log/WDIO.xunit-2024-05-09T18-58-36-592Z.xml User 1715302717 5.923 2 0 0 0
242868 20655 20655 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/423/artifact/log/WDIO.xunit-2024-05-09T18-58-36-593Z.xml Page 1715302717 23.431 9 0 0 0
242869 20655 20655 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/423/artifact/log/WDIO.xunit-2024-05-09T18-58-36-599Z.xml Special Watchlist 1715302718 0.425 1 0 0 1
242870 20655 20655 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/423/artifact/log/WDIO.xunit-2024-05-09T18-58-36-605Z.xml Special RecentChanges 1715302718 3.551 1 0 0 0
242871 20655 20655 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/423/artifact/log/WDIO.xunit-2024-05-09T18-58-39-616Z.xml BlankPage 1715302721 0.765 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testsuites (
            id INTEGER PRIMARY KEY,
            build_id INTEGER NOT NULL,
            url TEXT NOT NULL,
            name TEXT,
            timestamp INTEGER,
            time REAL,
            tests INTEGER,
            failures INTEGER,
            errors INTEGER,
            skipped INTEGER,
            UNIQUE(url,name,timestamp),
            FOREIGN KEY(build_id) REFERENCES builds(id)
        );
Powered by Datasette · Queries took 1658.149ms