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 11{
22 "name" : " @lambdatest/cypress-driver" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " Cypress driver for all Lambdatest functionalities" ,
55 "main" : " index.js" ,
6+ "types" : " types/index.d.ts" ,
67 "repository" : {
78 "type" : " git" ,
89 "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