home / tests

testsuites

5 rows where build_id = 20630

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242744 20630 20630 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/449/artifact/log/WDIO.xunit-2024-05-09T19-58-38-861Z.xml Page 1715306320 24.582 9 0 0 0
242745 20630 20630 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/449/artifact/log/WDIO.xunit-2024-05-09T19-58-38-876Z.xml Special Watchlist 1715306320 0.461 1 0 0 1
242746 20630 20630 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/449/artifact/log/WDIO.xunit-2024-05-09T19-58-38-899Z.xml Special RecentChanges 1715306320 3.981 1 0 0 0
242747 20630 20630 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/449/artifact/log/WDIO.xunit-2024-05-09T19-58-38-901Z.xml User 1715306320 6.75 2 0 0 0
242748 20630 20630 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/449/artifact/log/WDIO.xunit-2024-05-09T19-58-41-633Z.xml BlankPage 1715306322 0.944 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 1642.794ms