BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
123 stars 42 forks source link

🐛 New Bug: multiple scripts get executed when executing single script #862

Closed WasiqB closed 1 month ago

WasiqB commented 1 month ago

❓ What is the bug?

Multiple scripts get executed when executing single script

Issue Version

1.2.0

🖥️ What framework domain type is this bug for?

NOT APPLICABLE

📃 Steps to reproduce the bug

With latest pnpm version, when executing one script command, it executes another command also which is similarly named to the command which is being executed.

✅ Expected Behavior

The command which is being executed should be the only command which gets executed and no other commands should be executed.