mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
b76c3a1842
since a lot of tests will be interdepent and need to happen in order, it seems easier to not use a test runner enforcing tests to be semi-independent and instead just run the code and have some logging code to see where a problem occurs
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"name": "e2e-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"puppeteer": "^1.5.0"
|
|
}
|
|
}
|