You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renombrar el archivo index.html a main.html para que no se muestre al iniciar a la url generada por el http-server
Dado que se cambio el nombre del archivo, se debe realizar el ajuste en el archivo index.js en la linea 101. se debe cambiar "fs.copyFileSync('./index.html', ${basePath}/report.html);" por "fs.copyFileSync('./main.html', ${basePath}/report.html);"
Al correr el http-server no se visualizan correctamente los reportes
Comportamiento Esperado
Al correr el http-server se debe visualizar la carpeta de los reportes
Comportamiento Actual
Al correr el http-server se visualiza el template de un reporte vacio y con errores
Pasos para reproducir
Evidencias
Contexto
Browser
Información Adicional
Sugerencias
${basePath}/report.html);" por "fs.copyFileSync('./main.html',${basePath}/report.html);"