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

Kiểm thử tự động #64

Open
truonganhhoang opened this issue Apr 4, 2019 · 1 comment
Open

Kiểm thử tự động #64

truonganhhoang opened this issue Apr 4, 2019 · 1 comment

Comments

@truonganhhoang
Copy link
Owner

Mỗi người chọn 1 trong 4 công cụ Cypress, Katalon Studio, Ranorex, và Cucumber và để tự động hóa việc thực hiện các ca kiểm thử cho hệ thống hoclieu.sachmem.vn.

Đoạn mã Cypress để đăng nhập:
https://gist.github.com/minhth1905/bbcfc3dc7873fffd4e2821073fb65c6b
vaf cypress.json cần sửa để chạy được với https:
{
"chromeWebSecurity": false
}

@minhth1905
Copy link

Thêm vào file cypress/support/index.js dòng sau:
Cypress.on('uncaught:exception', (err, runnable) => { return false })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants