Grunt 기반 Protractor 테스트 자동화 실행기 완벽 가이드

1. 프로젝트 디렉터리 구조 분석 다음은 grunt-protractor-runner 프로젝트의 디렉터리 구조입니다. grunt-protractor-runner/ ├── scripts/ │ └── webdriver-manager-update ├── tasks/ │ └── protractor.js ├── test/ │ └── protractor/ │ └── conf.js ├── .gitignore ├── .jshintrc ├── .travis.yml ├── Gruntfile.js ├── LICENSE-MIT ├── README.md └── pa ...

7월 30일 20:42에 게시됨