đ Check Boyka setup
You can check whether your machine and the project is setup properly for Boyka Framework by executing the following command in your terminal:
boyka doctor
Checks verifiedâ
- Current directory should have
pom.xmlfile - There should exist a folder path of
src/test/resources - There should exist a file named
boyka-config.jsonat thesrc/test/resourcespath
danger
Any check if failed, will give an error in the console.