cucumber undefined scenarios with Playwright - selenium

I attempted to install this project https://github.com/Tallyb/cucumber-playwright on my computer, but I fixed all of the configuration issues but did not resolve the undefined issue because this project does not use glue, so how can I resolve this issue?
Thanks.
enter image description hereenter image description here
enter image description here

Related

I am try to use agora sdk with all credentials but after build run getting error

enter image description hereenter image description here
enter image description here
I am try to use agora sdk with all credentials but after build run getting error.

Failed to initialize react-native (Drawer not working)

I am facing a problem when using drawer, I have configured according to react navigation and react-animated docs but still not able to run drawer on Android.
The same project but on IOS runs very well, but when I use the Android virtual machine, I get the above error.
If anyone has encountered this, please tell me how to solve the problem.
Thanks all!
enter image description hereenter image description here
enter image description hereenter image description here

I'm looking to resolve my " Microsoft jscript complilation error" when creating a vue project

enter image description hereenter image description hereenter image description hereenter image description here
Hi Guys, I'm getting Microsoft jscript complilation error when i'm creating a vue project. I have already installed vue and cli using npm commands. I have attached a screenshot of error for the reference, need your suggestions guys?

Terminal in Intellij not working properly

Hi when I use IDEA to do a springboot project on the mac when I open the terminal in IDEA it shows nothing, and the below are my terminal settings in IDEA, anyone can help?
enter image description here
enter image description here

Issue showing images on build and start with Vue and Electron

I am building an app with vue and electron but the only way I it shows the image if I input the full path
src="D:/electron-project/src/assets/logo.png"
if I try src="../assets/logo.png then it builds the image as file://D://img/logo.png and does not load the image.
Tried reading all I could but could not find the answer.
Thanks in advance.