Capture screenshots while running karma tests

This commit is contained in:
Niklas von Hertzen
2017-08-30 21:31:51 +08:00
parent a41ba8852f
commit 23b6f29ecf
8 changed files with 71 additions and 23 deletions

View File

@ -163,8 +163,7 @@ module.exports = function(config) {
'/dist': `http://localhost:${port}/base/dist`,
'/node_modules': `http://localhost:${port}/base/node_modules`,
'/tests': `http://localhost:${port}/base/tests`,
'/assets': `http://localhost:${port}/base/tests/assets`,
'/screenshot': `http://localhost:8081/screenshot`,
'/assets': `http://localhost:${port}/base/tests/assets`
},
client: {