bzp2010 commented on a change in pull request #2183:
URL: https://github.com/apache/apisix-dashboard/pull/2183#discussion_r737952713
##########
File path: .github/workflows/backend-cli-test.yml
##########
@@ -45,6 +45,11 @@ jobs:
wget https://github.com/etcd-io/etcd/releases/download/v${{
matrix.etcd }}/etcd-v${{ matrix.etcd }}-linux-amd64.tar.gz
tar zxvf etcd-v${{ matrix.etcd }}-linux-amd64.tar.gz
+ - name: install bats
+ run: |
+ git clone https://github.com/sstephenson/bats.git && cd bats
Review comment:
@starsz
It seems that it can meet our needs. This is the mature tools I found in the
field of CLI testing. It solves the problem of complex format of our test
cases.🤔Do you have a better recommendation?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]