2019-02-07 17:38:06 +00:00
|
|
|
{
|
2020-03-23 17:31:56 +02:00
|
|
|
"tests": [
|
2019-02-07 17:38:06 +00:00
|
|
|
{
|
|
|
|
"cmd": "yarn",
|
|
|
|
"args": [
|
|
|
|
"e2e",
|
2020-02-13 16:58:04 +02:00
|
|
|
"--protractor-config=e2e/protractor-puppeteer.conf.js",
|
2019-03-04 20:33:25 +01:00
|
|
|
"--no-webdriver-update",
|
|
|
|
"--port={PORT}"
|
2019-02-07 17:38:06 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2020-02-13 16:58:04 +02:00
|
|
|
}
|