UNPKG
tm-playwright-framework
Version:
latest (2.0.0)
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.0
Playwright Cucumber TS framework - The easiest way to learn
tm-playwright-framework
/
dist
/
actions
/
custom.d.ts
15 lines
(14 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * CUSTOM.TS * *
@author
Sasitharan, Govindharam *
@reviewer
Sahoo, AshokKumar *
@version
1.0 - 1st-JUNE-2025 * *
@description
* TBD * *
@methods
* TBD - TBD */
export
declare
function
getCredential
(
columnToFetch
:
string
,
filterBy
:
string
,
table
?:
string
):
Promise
<
any
>;