home / tests

testsuites

10 rows where build_id = 728

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2823 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-24-54-833Z.xml Page diff 1632461098 0.002 1 0 0 1
2824 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-24-59-687Z.xml Wikitext Editor 1632461103 9.168 2 1 1 1
2825 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-25-14-153Z.xml Wikitext Editor Makes actual saves 1632461117 0.003 2 0 0 2
2826 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-25-18-967Z.xml Menus open correct page for anonymous users 1632461122 7.808 2 1 1 1
2827 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-25-31-647Z.xml Page 1632461135 0.002 1 0 0 1
2828 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-25-36-621Z.xml Opening and closing the reference drawer 1632461140 13.943 2 2 2 0
2829 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-25-55-800Z.xml Search 1632461159 9.975 1 1 1 0
2830 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-26-10-948Z.xml Talk 1632461174 38.204 6 5 5 1
2831 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-26-54-391Z.xml User username 1632461218 6.328 2 1 1 1
2832 728 728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76232/artifact/log/WDIO.xunit-2021-09-23T23-27-05-883Z.xml Manage Watchlist 1632461229 8.021 1 1 1 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 1538.079ms