Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
created  readme.md
  • Loading branch information
RockStar268 authored Apr 2, 2024
1 parent a872f93 commit 42d42fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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

0 comments on commit 42d42fd

Please sign in to comment.