🎯 Summary
Demos crear un nuevo tipo de prueba de vida que implique además del liveness pasivo un movimiento aleatorio que será indicado al cliente al finalizar la prueba de vida y que el agente desde el callcenter podrá revisar en el proceso antes de aceptarlo/rechazarlo, puesto que en la página de detalle se le indicará el mismo movimiento que se solicitó al cliente
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [feature/MOBBSCAN-5961]
Related MRs:
-
🔗 [link]
⚗ ️ Solution
Se añade un nuevo modo LIVENESS_VIDEO_PASSIVE_WITH_RANDOM_MOVEMENT.
-
🔗 JIRA: MOBBSCAN-5854
🔬 Tests
- Realizar un proceso de video desatendido.
- Comprobar que tras la petición de video pasivo, se pide al usuario que realice un movimiento adicional aleatorio (por ejemplo, cerrar los ojos).
- Comprobar que el video se extiende más allá del video pasivo, grabando también el movimiento adicional aleatorio.
🧐 Checklist:
-
The code follow the project guidelines. -
The changes have been tested locally. -
The code has internal docs. -
Docs are updated (README, public docs, etc.) -
Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...) -
Unit tests are running without errors. -
Other dependant changes have already been merged. -
Changelog updated (if it applies)