home / tests

testsuites

5 rows where build_id = 827

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3889 827 827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77901/artifact/log/WDIO.xunit-2021-09-27T18-36-47-670Z.xml Page 1632789408 0.991 17 0 0 17
3890 827 827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77901/artifact/log/WDIO.xunit-2021-09-27T18-36-51-050Z.xml Special RecentChanges 1632789412 0.645 2 0 0 2
3891 827 827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77901/artifact/log/WDIO.xunit-2021-09-27T18-36-54-074Z.xml User 1632789415 5.341 2 0 0 0
3892 827 827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77901/artifact/log/WDIO.xunit-2021-09-27T18-37-01-850Z.xml Special Watchlist 1632789422 2.003 2 0 0 2
3893 827 827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77901/artifact/log/WDIO.xunit-2021-09-27T18-37-06-208Z.xml BlankPage 1632789427 0.875 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 1496.67ms