We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swpp2019-team1/test.sh 추가함 사용법은 파일 내에 있는 것과 마찬가지로 ./test.sh -al 과 같은 방식으로 실행
swpp2019-team1/test.sh
./test.sh -al
-a: frontend, backend 모두 테스트 -f: frontend 테스트 -b: backend 테스트 -l: lint 체크 (-afb 없이 실행한다면 실행한 위치에 따라 lint 체크)
옵션 없이 실행한다면 실행한 위치에 따라 자동으로 테스트 + lint 체크
root: -al front: -fl back: -bl
(PR #30, COMMIT 25fd5e3)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
swpp2019-team1/test.sh
추가함사용법은 파일 내에 있는 것과 마찬가지로
./test.sh -al
과 같은 방식으로 실행옵션:
옵션 없이 실행한다면 실행한 위치에 따라 자동으로 테스트 + lint 체크
(PR #30, COMMIT 25fd5e3)
The text was updated successfully, but these errors were encountered: