FeedReader-Tester/package.json
2019-09-02 16:17:17 +02:00

15 lines
356 B
JSON

{
"name": "project-feedreader-tester",
"version": "1.0.0",
"description": "A project that perform End-2-End tests on the FeedReader website, in order to help me learn Cypress.",
"main": "index.js",
"scripts": {
"test": "npx cypress open"
},
"author": "Thoscellen",
"license": "ISC",
"devDependencies": {
"cypress": "^3.4.1"
}
}