added browser tests, modified ci script, removed testing for version 0.90.x
This commit is contained in:
@ -17,20 +17,11 @@ module.exports = {
|
||||
]
|
||||
}
|
||||
},
|
||||
browser_integration_tests: {
|
||||
exec: 'node ./scripts/run_browser_integration_suite',
|
||||
browser_test_server: {
|
||||
exec: 'node ./test/utils/server',
|
||||
options: {
|
||||
passArgs: [
|
||||
'browsers'
|
||||
]
|
||||
}
|
||||
},
|
||||
browser_unit_tests: {
|
||||
exec: './node_modules/.bin/testling .',
|
||||
options: {
|
||||
passArgs: [
|
||||
'x'
|
||||
]
|
||||
wait: false,
|
||||
ready: /listening/
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user