mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 20:55:17 +03:00
separate out automated command because ubuntu doesnt have the source
command
This commit is contained in:
parent
65537d032b
commit
0947c684d7
@ -7,6 +7,7 @@
|
|||||||
"test": "elm-test",
|
"test": "elm-test",
|
||||||
"test-render": "node tests-rendering/automation/run.js --chrome",
|
"test-render": "node tests-rendering/automation/run.js --chrome",
|
||||||
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
||||||
|
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
|
||||||
"bench": "node benchmarks/runtime/index.js"
|
"bench": "node benchmarks/runtime/index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -28,4 +29,4 @@
|
|||||||
"puppeteer": "^1.18.0",
|
"puppeteer": "^1.18.0",
|
||||||
"selenium-webdriver": "^4.0.0-alpha.4"
|
"selenium-webdriver": "^4.0.0-alpha.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user