nic-chen commented on issue #607:
URL: 
https://github.com/apache/apisix-dashboard/issues/607#issuecomment-718779733


   
   - Here is an example PR:
   https://github.com/apache/apisix-dashboard/pull/612
   
   
   - For the overall process of backend e2e testing, please refer to:
   
https://github.com/apache/apisix-dashboard/pull/612/files#diff-22340e8e8ab51438af10cdd230be186d1ef57c49ca1a89ac51fe4f6034bb870f
   
   
   - Initialization and login of manager api have been implemented in base.go:
   
https://github.com/apache/apisix-dashboard/pull/612/files#diff-7fc06fc4ee2fd9aa89677944844b938da1f18530ebbd9a86b0869d93f46b3c29
   
   
   - For specific test cases, please refer to:
   
https://github.com/apache/apisix-dashboard/pull/612/files#diff-a51586806ed3d846236a041f0b2fadb57413d13b73b2d5199526d88c00f796a6
   
   
   - Local debugging
   ```sh
   
   # run APISIX and ETCD 
   
   $ cd api/test/docker && docker-compose up -d
   
   # run test
   
   $ export APIX_ETCD_ENDPOINTS=127.0.0.1:2379,127.0.0.1:3379,127.0.0.1:4379
   
   $ cd ../e2e && go test
   
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to