Reporter files should be named according template or name inside file
- Lenguaje dominante
- JavaScript
- Estrellas
- 1.9k
- Forks
- 359
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We have a test directory including many folders that follow the same naming pattern. So each folder contains an indexTest.js.
When running nodeunit on the complete directory with the junit reporter the report always gets the name of the file as .xml file. This results in an overwrite of the file each time, thus missing results of all the other tests with the same name.
It would be nice if we can specify a template for the outputted file or that we can specify the name in the test file itsef, e.g. by using module.name.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Comienza rastreando el nodeunit JUnit reporter y cómo deriva los nombres de archivo de salida al procesar un directorio de pruebas completo. Compara la nomenclatura basada en plantillas solicitada con la nomenclatura proporcionada dentro de un archivo de pruebas; el trabajo estará terminado cuando los informes de archivos con el mismo nombre ya no se sobrescriban entre sí y el comportamiento de nomenclatura elegido esté cubierto.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, node.js
- Área
- testing
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100