Testing
준비물
API_URL_TEST=[your development server url]
API_PASSWORD=[password used for authentication (login)]
UPLOAD_DIR_TEST=[directory of uploaded files]
JWT_KEY=[a secret string for jwt assignation, should be identical with your test server env variable]
DB_HOST_TEST=[ip of db_dev, currently 52.79.92.127]
DB_PORT_TEST=[port of db_dev, currently 3306]
DB_USER_TEST=sparcs_developer
DB_DATABASE_TEST=konoAPI_URL_TEST=[your staging server url, currently ssal.sparcs.org:32822]
API_PASSWORD=[password used for authentication (login)]
UPLOAD_DIR_TEST=[directory of uploaded files]
JWT_KEY=[a secret string for jwt assignation, should be identical with your staging server env variable]
DB_HOST_TEST=[ip of db_dev, currently 52.79.92.127]
DB_PORT_TEST=[port of db_dev, currently 3306]
DB_USER_TEST=sparcs_developer
DB_DATABASE_TEST=kono테스트 실행
테스트 작성
File Structure
테스트 환경에서 DB 접근하기
테스트 코드 작성 가이드
Last updated
Was this helpful?