We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 7f10b3aCopy full SHA for 7f10b3a
package.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "playwright-ts",
3
+ "version": "1.0.0",
4
+ "description": "Playwright Framework with Typescript",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "npx playwright test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/akshayp7/playwright-typescipt-playwright-test.git"
12
13
+ "author": "Akshay Pai",
14
+ "license": "ISC"
15
+}
0 commit comments