Welcome!
In this repository for playwright in TS for TestCoders' RPG game I have created a testing framework.
To run this on your machine, please clone the following repository by using the following command: git clone https://github.com/RockStar268/Playwright-TS-JS
To install repo dependencies: npm install
To run the tests in this repo, open your terminal in your IDE and run the following command: npm test
To run ESLint: npx eslint . --ext .js,.ts