Self-Healing UI 만들기 #568
airman5573
started this conversation in
Today I Learned
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
진행중...
id="section_b__pos-transaction-maintenance-command-button--initiate-order-discount-workflow"이런식.을 생각하고 있는데, 자꾸 playwrite 실행하고 가만히 5분 넘게 있어서 보니
playwrite 실행 후 html report가 떠서 cli가 멈춘거였다.
찾아보니
PW_TEST_HTML_REPORT_OPEN='never' 이 environment variable을 써서 실행하거나
PW_TEST_HTML_REPORT_OPEN=never npx playwright test tests/e2e/section-e/discount-workflow-buttons.e2e.spec.ts아니면,
이렇게 하면 된다고 한다.
개발선생님들께 감사.
Beta Was this translation helpful? Give feedback.
All reactions