codeceptjs/ui

Bug: Codecept-UI App, the dashboard page display the failed test number is wrong

ansonliao opened this issue · 1 comments

What are you trying to achieve?

In the Codecept-UI electron app, the dashboard page display the failed test number is wrong.

image
image

Environment info

  • Copy and paste your environment info by using npx codeceptjs info
npx codeceptjs info                                       ─╯

 Environment information:-

codeceptVersion:  "3.1.1"
nodeInfo:  12.20.1
osInfo:  macOS 11.4
cpuInfo:  (6) x64 Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
chromeInfo:  92.0.4515.131
edgeInfo:  Not Found
firefoxInfo:  90.0
safariInfo:  14.1.1
helpers:  {
 "Playwright": {
  "url": "http://localhost:8080/#",
  "show": true,
  "browser": "chromium",
  "video": true,
  "restart": true,
  "fullPageScreenshots": true,
  "trace": true,
  "waitForTimeout": 10000,
  "getPageTimeout": 10000,
  "waitForNavigation": "networkidle0"
 },
 "ChaiWrapper": {
  "require": "codeceptjs-chai"
 },
 "MyHelper": {
  "require": "./tests/e2e/helper/my_helper.js"
 }
}
plugins:  {
 "screenshotOnFail": {
  "enabled": true
 },
 "pauseOnFail": {},
 "stepByStepReport": {
  "enabled": false
 },
 "retryFailedStep": {
  "enabled": false
 },
 "tryTo": {
  "enabled": true
 },
 "reportportal": {
  "enabled": true,
  "require": "@reportportal/agent-js-codecept",
  "token": "xxx",
  "endpoint": "xxx",
  "launchName": "xxx",
  "projectName": "xxx",
  "return": false,
  "debug": false
 },
 "allure": {
  "enabled": true
 }
}

maybe not a problem anymore!