app.get('/', function (req, res) {
      res.status(200).sendFile(`__tests__/e2e/test.html`, {root: path.resolve()});
  });