- npm: Per convention, switch Node-based (headless browser) testing script to
`npm test` and change the browser tests to "browser-test"master
parent
283ef0b521
commit
9a9f5b6a18
|
@ -1,3 +1,8 @@
|
|||
# ?
|
||||
|
||||
- npm: Per convention, switch Node-based (headless browser) testing script to
|
||||
`npm test` and change the browser tests to "browser-test"
|
||||
|
||||
# 3.1.0
|
||||
|
||||
- Fix (Embedded editor): (Though cross-origin DOM access of iframes apparently
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
"start": "echo \"Open file to http://localhost:8000/test/all_tests.html\" && static -p 8000",
|
||||
"test-no-build": "npm run eslint && npm run build-html && npm run build-config && opn http://localhost:8000/test/all_tests.html && static -p 8000",
|
||||
"test-prep": "npm run eslint && npm run build-html && npm run rollup && npm run build-config",
|
||||
"ui-tests": "testcafe chrome test/ui-tests/**/*.js",
|
||||
"test": "npm run test-prep && opn http://localhost:8000/test/all_tests.html && static -p 8000"
|
||||
"test": "testcafe chrome test/ui-tests/**/*.js",
|
||||
"browser-test": "npm run test-prep && opn http://localhost:8000/test/all_tests.html && static -p 8000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue