From 42d42fd2e98b46aecceedddd24989b579a8dd5c9 Mon Sep 17 00:00:00 2001 From: RockStar268 <153084162+RockStar268@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:04:22 +0200 Subject: [PATCH] Create README.md created readme.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3512f9a --- /dev/null +++ b/README.md @@ -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