15 lines
356 B
JSON
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"
|
|
}
|
|
}
|