Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The run button stays running #117

Open
guiyomh opened this issue Dec 23, 2020 · 0 comments
Open

The run button stays running #117

guiyomh opened this issue Dec 23, 2020 · 0 comments

Comments

@guiyomh
Copy link

guiyomh commented Dec 23, 2020

What are you trying to achieve?

I run 1 test, it runs well. I want to run 1 other test, but the run button is frozen on a running state.

Capture d’écran 2020-12-23 à 09 52 59

What do you get instead?

I would like the run button to be reset at the end of the test so that I can start another test.

Environment info

  • Copy and paste your environment info by using npx codeceptjs info
Environment information:-

codeceptVersion:  "3.0.3"
nodeInfo:  14.15.0
osInfo:  macOS 10.15.7
cpuInfo:  (8) x64 Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz
chromeInfo:  87.0.4280.88
edgeInfo:  87.0.664.52
firefoxInfo:  80.0.1
safariInfo:  14.0.2
helpers:  {
 "WebDriver": {
  "url": "http://localhost:3000",
  "browser": "chrome"
 },
 "REST": {
  "endpoint": "http://localhost:3001"
 },
 "MockHelper": {
  "require": "./helpers/MockHelper.ts"
 }
}
plugins:  {
 "screenshotOnFail": {
  "enabled": true
 },
 "pauseOnFail": {},
 "wdio": {
  "enabled": true,
  "services": [
   "selenium-standalone"
  ]
 },
 "retryFailedStep": {
  "enabled": true
 },
 "tryTo": {
  "enabled": true
 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant