home / tests

testsuites

5 rows where build_id = 20641

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242799 20641 20641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/438/artifact/log/WDIO.xunit-2024-05-09T19-49-06-142Z.xml Special Watchlist 1715305747 0.525 1 0 0 1
242800 20641 20641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/438/artifact/log/WDIO.xunit-2024-05-09T19-49-06-302Z.xml Page 1715305747 27.521 9 0 0 0
242801 20641 20641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/438/artifact/log/WDIO.xunit-2024-05-09T19-49-06-325Z.xml User 1715305747 10.085 2 0 0 0
242802 20641 20641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/438/artifact/log/WDIO.xunit-2024-05-09T19-49-06-449Z.xml Special RecentChanges 1715305748 5.161 1 0 0 0
242803 20641 20641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/438/artifact/log/WDIO.xunit-2024-05-09T19-49-09-687Z.xml BlankPage 1715305751 1.299 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 1617.907ms