mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-09 08:00:14 -06:00
Add Firefox support (#1359)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com> Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
require('@packages/coffee/register')
|
||||
|
||||
module.exports = require('./test/helpers/https_server')
|
||||
const Promise = require('bluebird')
|
||||
const proxy = require('./test/helpers/proxy')
|
||||
const httpServer = require('./test/helpers/http_server')
|
||||
const httpsServer = require('./test/helpers/https_server')
|
||||
|
||||
Promise.join(
|
||||
httpServer.start(8888),
|
||||
|
||||
httpsServer.start(8444),
|
||||
httpsServer.start(8445),
|
||||
|
||||
proxy.start(3333),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user