-
Notifications
You must be signed in to change notification settings - Fork 55
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
refactor(e2e): e2e-report #87
Conversation
7ce9a5b
to
a39503a
Compare
if (context) { | ||
this.login({ email: context.email, password: context.password }); | ||
} else { | ||
context = { email: passwordUtils.createRandomEmail(), password: passwordUtils.createRandomPassword() }; |
Check failure
Code scanning / CodeQL
Insecure randomness
6fdd31e
to
0270e5b
Compare
- fixed types in e2e tests - fixed failing e2e tests - added allure report - added artifact for allure - node version updated - tests folder refactoring - retries added
0270e5b
to
0f3bae0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really good improvements and documentation. My only feedback is maybe consider not adding all the single file sub-folders in /test-e2e/test.
Also would it be good to just run lint fix on all of the files so we stop getting so many format change noise?
No problem. I think I should better merge linting changes first and then just update this branch. |
2fd42b6
to
1d5c940
Compare
1d5c940
to
596ad34
Compare
Description
Steps completed:
According to our definition of done, I have completed the following steps: