Example output from mediawiki-quibble-apitests-vendor-docker #14146 for I62c520f826:
215 passing (55s)
1 pending
5 failing
1) Search
GET /search/page?q={term}
should return array of pages when there is only a text match:
AssertionError: expected [] to have a length of 1 but got 0
+ expected - actual
-0
+1
at Context.it (tests/api-testing/REST/Search.js:33:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
2) Search
GET /search/page?q={term}
should return array of pages when there is only title match:
AssertionError: expected [] to have a length of 1 but got 0
+ expected - actual
-0
+1
at Context.it (tests/api-testing/REST/Search.js:52:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
3) Search
GET /search/page?q={term}
should return a single page when there is a title and text match on the same page:
AssertionError: expected [] to have a length of 1 but got 0
+ expected - actual
-0
+1
at Context.it (tests/api-testing/REST/Search.js:63:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
4) Search
GET /search/page?q={term}
should return two pages when both pages match:
AssertionError: expected [] to have a length of 2 but got 0
+ expected - actual
-0
+2
at Context.it (tests/api-testing/REST/Search.js:74:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
5) Search
GET /search/page?q={term}
should return only one page when two pages match but limit is 1:
AssertionError: expected [] to have a length of 1 but got 0
+ expected - actual
-0
+1
at Context.it (tests/api-testing/REST/Search.js:81:11)
at process._tickCallback (internal/process/next_tick.js:68:7)