Skip to content
New issue

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

[Feature] e2e 테스트를 위한 codeceptjs 초기 설정을 해라 #194

Merged

Conversation

saseungmin
Copy link
Collaborator

  • .gitignore에 codeceptjs의 output 추가
  • codeceptjs dependencies 설치
    • @codeceptjs/configure
    • @codeceptjs/ui
    • codeceptjs
    • playwright
  • codeceptjs 초기 설정
  • ci.yml의 Test 명령어 변경

- .gitignore에 codeceptjs의 output 추가
- codeceptjs dependencies 설치
    - @codeceptjs/configure
    - @codeceptjs/ui
    - codeceptjs
    - playwright
- codeceptjs 초기 설정
- ci.yml의 Test 명령어 변경
@saseungmin saseungmin added enhancement New feature or request test about test, e2e test labels Jun 1, 2021
@saseungmin
Copy link
Collaborator Author

CI 테스트 수정
npm ci => npm install로 변경하니 문제 해결

npm ci로 했을 때 다음과 같은 에러가 발생했는데 원인을 모르겠다.
npm install로 변경하니 해결되었다.

string.prototype.trimend not accessible from es-abstract

@saseungmin saseungmin merged commit 3670483 into CodeSoom:main Jun 1, 2021
@saseungmin saseungmin deleted the initial-setting-codecept-e2e-test branch June 1, 2021 21:49
Comment on lines +1 to +5
{
"compilerOptions": {
"allowJs": true
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EOL (end of line) 추가하기

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test about test, e2e test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant