home / tests

testsuites

5 rows where build_id = 20506

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239808 20506 20506 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1197/artifact/log/WDIO.xunit-2024-05-06T09-56-24-191Z.xml User 1715010985 7.559 2 0 0 0
239809 20506 20506 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1197/artifact/log/WDIO.xunit-2024-05-06T09-56-24-192Z.xml Special Watchlist 1715010985 0.964 1 0 0 1
239810 20506 20506 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1197/artifact/log/WDIO.xunit-2024-05-06T09-56-24-196Z.xml Page 1715010985 26.807 9 0 0 0
239811 20506 20506 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1197/artifact/log/WDIO.xunit-2024-05-06T09-56-24-259Z.xml Special RecentChanges 1715010985 4.012 1 0 0 0
239812 20506 20506 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1197/artifact/log/WDIO.xunit-2024-05-06T09-56-27-558Z.xml BlankPage 1715010988 0.961 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 2574.184ms