File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lambdatest/cypress-driver" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"description" : " Cypress driver for all Lambdatest functionalities" ,
5
5
"main" : " index.js" ,
6
+ "types" : " types/index.d.ts" ,
6
7
"repository" : {
7
8
"type" : " git" ,
8
9
"url" : " git+https://github.com/LambdaTest/lambdatest-js-sdk.git" ,
Original file line number Diff line number Diff line change
1
+ /// <reference types="cypress" />
2
+
3
+ declare global {
4
+ namespace Cypress {
5
+ interface Chainable < Subject = any > {
6
+ /**
7
+ * Captures a SmartUI snapshot.
8
+ * @param name The name of the snapshot.
9
+ * @param options Additional options for snapshot capture.
10
+ */
11
+ smartuiSnapshot ( name ?: string , options ?: object ) : Chainable < Subject > ;
12
+ }
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments