Skip to content

Commit 16528b9

Browse files
author
rocketraccoon
committed
feat(new-ui): update testplane
1 parent d4a5906 commit 16528b9

File tree

4 files changed

+66
-56
lines changed

4 files changed

+66
-56
lines changed

lib/adapters/test-result/testplane/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export class TestplaneTestResultAdapter implements ReporterTestResult {
260260
let current: Test | Suite | TestplaneTestResult | null = this._testResult;
261261

262262
while (current) {
263-
const tags = current?.getTag();
263+
const tags = current?.getTags();
264264

265265
if (tags && tags.length > 0) {
266266
list.unshift(...tags);

package-lock.json

Lines changed: 63 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"stylus": "^0.57.0",
277277
"stylus-loader": "^7.1.3",
278278
"terser-webpack-plugin": "^5.3.9",
279-
"testplane": "^8.31.7",
279+
"testplane": "^8.37.0",
280280
"tree-kill": "^1.2.2",
281281
"ts-node": "^10.9.1",
282282
"ts-patch": "^3.3.0",

test/unit/lib/report-builder/static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('StaticReportBuilder', () => {
152152
});
153153
});
154154

155-
describe.only('add badge attachment', () => {
155+
describe('add badge attachment', () => {
156156
it('should add attachment with badge using callback from config', async () => {
157157
const mockBadges = [
158158
{

0 commit comments

Comments
 (0)