María Galbis
María Galbis
The latest version on Dockerhub is 2.1.5, but the latest version on this repository is 2.6.2. Could you update it? Maybe it would be interesting if it were automatically deployed...
Sometimes it happens that an empty row is interpreted as a row with all values set to `null` in `xls` files.
The error message should state that the record does not exist and that the comparison shown is with the closest matching record.
- [Oauth 2.0 Authorization Code Flow](https://blogs.perficient.com/2024/03/13/a-guide-to-oauth-2-0-authorization-code-grant-in-api-testing-using-rest-assured/)
Cosas a mejorar en el report html: - Cuando hay muchos tests, al estar todo en una página, se hace poco amigable. Quizás se podría paginar o añadir un filtro...
Al usar el paso de comprobar esquema de la respuesta, da un error porque le falta una librería: ``` la respuesta cumple el siguiente esquema: com/google/common/util/concurrent/internal/InternalFutureFailureAccess stack trace: es.iti.wakamiti.api.WakamitiException: com/google/common/util/concurrent/internal/InternalFutureFailureAccess...
Si el fichero de configuración de wakamiti no es `.yaml` sino `.yml` no lo reconoce como fichero de configuración válido. Debería aceptar ambos tipos de ficheros. - Edit: Parece que...
- [See more](https://biercoff.com/why-rest-assured-doesnt-redirect-post-requests/)
Include extra project information via yaml that appears in the test report. E.g: ```yaml wakamiti: extra: version: 1.3 other_data: Something ```