2018-10-05 14:30:35 -05:00
|
|
|
{
|
2020-03-23 17:31:55 +02:00
|
|
|
"projectType": "testing",
|
2020-03-23 17:31:56 +02:00
|
|
|
"tests": [
|
2020-03-23 17:31:55 +02:00
|
|
|
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadless", "--no-watch"]},
|
2021-07-24 12:03:46 +03:00
|
|
|
{"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-puppeteer.conf.js", "--no-webdriver-update", "--port={PORT}"]}
|
2020-03-23 17:31:55 +02:00
|
|
|
]
|
2018-10-05 14:30:35 -05:00
|
|
|
}
|