Can I Override a Built-In Function? #4309
|
Currently, I am using CodeceptJS to automate API testing. The original built-in function, such as sendGetRequest, works well, but it doesn't generate any logs for export to Allure. |
Answered by
kobenguyent
Apr 18, 2024
Replies: 1 comment
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

perhaps you could try define the function with same name in custom steps file https://codecept.io/pageobjects/#actor then it would override the built-in function.