Prerequisites
Before starting the tests, ensure the following conditions are met:
- FinClip system has completed startup
Automated Function Testing
Execute Test Command
After the service startup is complete, run the following command to execute the function test script:
bashdocker exec $(docker ps | grep private | awk '{print $1}') sh -c "/app/mop_bdd.sh"Export Test Report
After testing is complete, you can export the report (testreport.json) for review by FinoGeeks personnel. Command:
bashdocker cp $(docker ps | grep private | awk '{print $1}'):/app/abde/testreport.json . && zip -r testreport.zip testreport.jsonRestore Environment
After testing verification is complete, clear data and restore the environment with the following command:
bashbash purge_redeploy.sh
