mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
781bcaf276
no issue - drop phantomjs tests both locally and on Travis - instruct Travis to install latest Chrome and Firefox - start an X server when running the client tests on Travis - update testem config to start Chrome and Firefox in both local and CI tests - fix testing preview sizing in Firefox as it doesn't support `zoom: 50%` style - improve infinite scroll testing to be more reliable - fix post acceptance test to handle both mobile and desktop views
14 lines
208 B
JSON
14 lines
208 B
JSON
{
|
|
"framework": "mocha",
|
|
"test_page": "tests/index.html?hidepassed",
|
|
"disable_watching": true,
|
|
"launch_in_ci": [
|
|
"Chrome",
|
|
"Firefox"
|
|
],
|
|
"launch_in_dev": [
|
|
"Chrome",
|
|
"Firefox"
|
|
]
|
|
}
|