Describe the bug
e2e test , when run before() add a worker, it created a worker named with undefined
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A normal worker name without undefined
Screenshots

Operation System (please complete the following information):
"undefined" seems to be a cursed word to ohara :(
"undefined" seems to be a cursed word to ohara :(
It's like a woooops in the frontend...
@DavidMi-1 Thanks for reporting. Could you help fix this issue? @wu87988622 could probably guide you thru the process :)
@DavidMi-1 Thanks for reporting. Could you help fix this issue? @wu87988622 could probably guide you thru the process :)
ok
Confirmed that worker name includ 'undefined' bc of prefix's value is 'undefined'.
Just add "servicePrefix" parameter setup in the config file 'cypress.env.json', and it's solved.
Case close.