PromucFlow_constructor/app/client/perf/package.json
Satish Gandham 92cdeac090
feat: Add app import utility and perform the initial setup on CI (#10050)
- 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>
2022-01-04 13:58:47 +05:30

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"
}
}