mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
add test via multiple locations
This commit is contained in:
15
tests/package.json
Normal file
15
tests/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "ws4kp-tests",
|
||||
"version": "1.0.0",
|
||||
"description": "Currently, tests take a different approach from typical unit testing. The test methodology loads several forecasts for different locations and logs them all to one logger so errors can be found such as missing icons, locations that do not have all of the necessary data or other changes that may occur between geographical locations.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0",
|
||||
"puppeteer": "^19.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user