home / tests

testsuites

5 rows where build_id = 20635

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242769 20635 20635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/444/artifact/log/WDIO.xunit-2024-05-09T19-53-35-215Z.xml Special RecentChanges 1715306016 2.801 1 0 0 0
242770 20635 20635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/444/artifact/log/WDIO.xunit-2024-05-09T19-53-35-233Z.xml Special Watchlist 1715306016 0.38 1 0 0 1
242771 20635 20635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/444/artifact/log/WDIO.xunit-2024-05-09T19-53-35-234Z.xml Page 1715306016 24.743 9 0 0 0
242772 20635 20635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/444/artifact/log/WDIO.xunit-2024-05-09T19-53-35-273Z.xml User 1715306016 6.101 2 0 0 0
242773 20635 20635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/444/artifact/log/WDIO.xunit-2024-05-09T19-53-37-977Z.xml BlankPage 1715306019 0.683 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 1604.5ms