testcases
24 rows where testsuite_id = 1213
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
608510 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testValidCovers | 0.001455 | 0 | 0 |
608511 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow" | 0.019613 | 0 | 0 |
608512 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Warning" | 0.013361 | 0 | 0 |
608513 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No consequences" | 0.007443 | 0 | 0 |
608514 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No serious consequences" | 0.006964 | 0 | 0 |
608515 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Block" | 0.007365 | 0 | 0 |
608516 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow and degroup" | 0.007366 | 0 | 0 |
608517 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Disallow" | 0.00886 | 0 | 0 |
608518 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Warning" | 0.024275 | 0 | 0 |
608519 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No consequences" | 0.007994 | 0 | 0 |
608520 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No serious consequences" | 0.007313 | 0 | 0 |
608521 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block" | 0.014066 | 0 | 0 |
608522 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block and degroup" | 0.008355 | 0 | 0 |
608523 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Text too short" | 0.002128 | 0 | 0 |
608524 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testConstructor | 0.00059 | 0 | 0 |
608525 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetSteps | 0.001076 | 0 | 0 |
608526 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testValidCovers | 0.000359 | 0 | 0 |
608527 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #0 | 0.000222 | 0 | 0 |
608528 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #1 | 0.000167 | 0 | 0 |
608529 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #2 | 0.000157 | 0 | 0 |
608530 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #3 | 0.000553 | 0 | 0 |
608531 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #4 | 0.000158 | 0 | 0 |
608532 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #5 | 0.000163 | 0 | 0 |
608533 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1213 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #6 | 0.00018 | 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) );