home / tests

testsuites

13 rows where build_id = 23744

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
270039 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-39-54-916Z.xml Wikitext Editor 1718678396 0.001 2 0 0 2
270040 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-39-54-958Z.xml Opening and closing the reference drawer 1718678396 1.919 2 0 0 0
270041 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-39-54-971Z.xml Search 1718678396 0.001 1 0 0 1
270042 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-39-55-075Z.xml Menus open correct page for anonymous users 1718678396 4.984 1 0 0 0
270043 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-39-56-962Z.xml Manage Watchlist 1718678398 3.94 1 0 0 0
270044 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-39-57-033Z.xml User username 1718678398 0.001 1 0 0 1
270045 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-13-162Z.xml Page 1718678414 29.562 9 0 0 0
270046 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-13-228Z.xml Special RecentChanges 1718678414 4.06 1 0 0 0
270047 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-13-235Z.xml User 1718678414 6.454 2 0 0 0
270048 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-13-280Z.xml Special Watchlist 1718678414 0.429 1 0 0 1
270049 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-16-234Z.xml BlankPage 1718678417 1.176 1 0 0 0
270050 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-54-903Z.xml When importing a filter 1718678456 12.557 4 0 0 0
270051 23744 23744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1246/artifact/log/WDIO.xunit-2024-06-17T20-40-54-903Z.xml Data on the editing interface is correct 1718678466 2.051 4 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 1616.754ms