- Run all files in the tests folder in sequence - Better error handling and saving of screenshots - Organise and refactor code. WIP - Improve the summary generator - Add utility method to import an app - Add a basic performance test on imported app Co-authored-by: Satish Gandham <satish@appsmith.com>
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "ui-performance-infra",
|
|
"version": "1.0.0",
|
|
"description": "Tools to automate chrome performance profiling",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-stdev": "^1.0.1",
|
|
"puppeteer": "^12.0.1",
|
|
"sanitize-filename": "^1.6.3",
|
|
"tracelib": "^1.0.1"
|
|
}
|
|
}
|