testcases
12 rows where testsuite_id = 237714
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
12710605 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testValidateLanguageCode | 0.156239 | 0 | 0 |
12710606 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testShouldWeShowUnprefixedError | 0.012005 | 0 | 0 |
12710607 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnTitleIsAlwaysKnown | 0.006511 | 0 | 0 |
12710608 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testValidCovers | 0.004836 | 0 | 0 |
12710609 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnPageContentLanguage with data set "content under test prefix" | 0.01179 | 0 | 0 |
12710610 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnPageContentLanguage with data set "template under test prefix" | 0.021074 | 0 | 0 |
12710611 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnPageContentLanguage with data set "unchanged: shared namespace" | 0.006587 | 0 | 0 |
12710612 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnPageContentLanguage with data set "unchanged: info page metadata" | 0.005948 | 0 | 0 |
12710613 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnArticleParserOptions with data set "unchanged: content under test" | 0.016382 | 0 | 0 |
12710614 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnArticleParserOptions with data set "unchanged: template under test" | 0.005133 | 0 | 0 |
12710615 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnArticleParserOptions with data set "unchanged: shared namespace" | 0.004723 | 0 | 0 |
12710616 | /workspace/src/extensions/WikimediaIncubator 237714 | IncubatorUnitTest | testOnArticleParserOptions with data set "localise info page view" | 0.004662 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );