Skip to content
中文

Prerequisites

Before starting the tests, ensure the following conditions are met:

  • FinClip system has completed startup

Automated Function Testing

  1. Execute Test Command

    After the service startup is complete, run the following command to execute the function test script:

    bash
    docker exec $(docker ps | grep private | awk '{print $1}') sh -c "/app/mop_bdd.sh"
  2. Export Test Report

    After testing is complete, you can export the report (testreport.json) for review by FinoGeeks personnel. Command:

    bash
    docker cp $(docker ps | grep private | awk '{print $1}'):/app/abde/testreport.json . && zip -r testreport.zip testreport.json
  3. Restore Environment

    After testing verification is complete, clear data and restore the environment with the following command:

    bash
    bash purge_redeploy.sh

Digital Ecosystem Infrastructure.