-
Notifications
You must be signed in to change notification settings - Fork 114
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
test: automation tests for Transactions + Withdrawal API #188
test: automation tests for Transactions + Withdrawal API #188
Conversation
Visit the preview URL for this PR (updated for commit 5be1de1):
(expires Fri, 08 Mar 2024 11:03:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e508f9012944951194447cb8885950b451a24403 |
@@ -49,6 +49,8 @@ export enum Token { | |||
ETHER_PULL_Address = "0x0000000000000000000000000000000000008001", | |||
ETHER_Address = "0x0000000000000000000000000000000000000000", | |||
ETHER_ERC20_Address = "0x000000000000000000000000000000000000800A", | |||
tokenTypeERC20 = "ERC20", | |||
tokenTypeETH = "ETH", |
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.
@@ -86,25 +97,33 @@ describe("Transactions", () => { | |||
apiRoute = `/transactions/${txHash}/transfers`; | |||
response = await helper.performGETrequest(apiRoute); | |||
|
|||
console.log(response.body); |
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.
do we really need it?
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.
fixed
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.
Oleh, please add several changes.
…actions-create-automation-tests
@pcheremu closing this PR due to the fact, that these fixes were already present in integration-test-signed branch. |
What ❔
Increase automation coverage with next test cases:
Transactions: -> DONE ✅
https://allure.matterlabs.dev/project/11/test-cases/1509 ✅
https://allure.matterlabs.dev/project/11/test-cases/1452 ✅
Withdrawal API: -DONE ✅
https://allure.matterlabs.dev/project/11/test-cases/1459 ✅
https://allure.matterlabs.dev/project/11/test-cases/1460 ✅
https://allure.matterlabs.dev/project/11/test-cases/1461 ✅
Why ❔
Extend automation test coverage with new areas of coverage.
Checklist