Try running screenshot tests on Travis

This commit is contained in:
Jordan Eldredge 2019-05-09 17:18:47 -07:00
parent 0c94263f0f
commit 21ea7ad477

View file

@ -23,10 +23,10 @@
"stats": "webpack --config=demo/config/webpack.prod.js --json > stats.json",
"stats-library": "webpack --config=config/webpack.library.js --json > stats.json",
"test": "jest --projects config/jest.unit.js",
"travis-tests": "npm run test && npm run test && npm run type-check && npm run build && npm run build-library && npm run weight",
"travis-tests": "npm run integration-tests",
"tdd": "jest --projects config/jest.unit.js --watch",
"format": "prettier --write \"**/*.{js,ts,tsx,d.ts,css}\"",
"integration-tests": "npm run build -- --display=errors-only && jest --projects config/jest.integration.js",
"integration-tests": "npm run build -- --display=errors-only && jest --projects config/jest.integration.js --runInBand",
"build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .",
"build-skin-png": "rm skins/base-2.91-png.wsz && cd skins/base-2.91-png && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91-png.wsz .",
"compile-skin": "node scripts/compileSkin.js > css/base-skin.css",