Is it possible to automate running a playwright test without having to manually input npx playwright test in the command line every time? I am looking for a way to initiate a playwright file from another file and have it execute without the need for accessing the command line. Is there a method to incorporate a playwright test into another file so that it can be easily run multiple times or looped without the use of the terminal?