home / tests

testsuites

5 rows where build_id = 20716

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243742 20716 20716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8549/artifact/log/WDIO.xunit-2024-05-09T18-48-46-919Z.xml Special Watchlist 1715302127 0.8 1 0 0 1
243743 20716 20716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8549/artifact/log/WDIO.xunit-2024-05-09T18-48-46-960Z.xml Special RecentChanges 1715302128 3.268 1 0 0 0
243744 20716 20716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8549/artifact/log/WDIO.xunit-2024-05-09T18-48-46-979Z.xml Page 1715302128 19.902 9 0 0 0
243745 20716 20716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8549/artifact/log/WDIO.xunit-2024-05-09T18-48-47-002Z.xml User 1715302127 5.482 2 0 0 0
243746 20716 20716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8549/artifact/log/WDIO.xunit-2024-05-09T18-48-49-545Z.xml BlankPage 1715302130 0.644 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 1644.86ms