-
Notifications
You must be signed in to change notification settings - Fork 6
add manual test for AutProxy #131
base: universal-sdk
Are you sure you want to change the base?
Conversation
also added skipEmit to all drivers
@@ -35,4 +35,6 @@ | |||
'should send ignore region by selector with vg': {config: {branchName: 'universal-sdk'}}, // was skipped | |||
'should send floating region by coordinates with vg': {config: {branchName: 'universal-sdk'}}, // was skipped | |||
'should send accessibility regions by selector with vg': {config: {branchName: 'universal-sdk'}}, // was v1 | |||
|
|||
'AUTproxy should proxy resources test manually only': {skip: true}, |
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.
Codacy has a fix for the issue: Strings must use doublequote.
'AUTproxy should proxy resources test manually only': {skip: true}, | |
"AUTproxy should proxy resources test manually only": {skip: true}, |
@@ -77,6 +77,7 @@ | |||
'should return browserInfo in getAllTestResults': {skipEmit: true}, | |||
'should waitBeforeCapture in open': {skipEmit: true}, | |||
'should waitBeforeCapture in check': {skipEmit: true}, | |||
'AUTproxy should proxy resources test manually only': { skipEmit: true }, |
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.
Codacy has a fix for the issue: Strings must use doublequote.
'AUTproxy should proxy resources test manually only': { skipEmit: true }, | |
"AUTproxy should proxy resources test manually only": {skipEmit: true}, |
@@ -15,6 +15,7 @@ | |||
|
|||
'should waitBeforeCapture in open': { skipEmit: true }, | |||
'should waitBeforeCapture in check': { skipEmit: true }, | |||
'AUTproxy should proxy resources test manually only': { skipEmit: true }, |
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.
Codacy has a fix for the issue: Strings must use doublequote.
'AUTproxy should proxy resources test manually only': { skipEmit: true }, | |
"AUTproxy should proxy resources test manually only": {skipEmit: true}, |
@@ -184,4 +184,5 @@ | |||
'should return browserInfo in getAllTestResults': {skipEmit: true}, | |||
'should waitBeforeCapture in open': { skipEmit: true }, | |||
'should waitBeforeCapture in check': { skipEmit: true }, | |||
'AUTproxy should proxy resources test manually only': { skipEmit: true }, |
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.
Codacy has a fix for the issue: Strings must use doublequote.
'AUTproxy should proxy resources test manually only': { skipEmit: true }, | |
"AUTproxy should proxy resources test manually only": {skipEmit: true}, |
@@ -47,6 +47,7 @@ | |||
|
|||
'should waitBeforeCapture in open': { skipEmit: true }, | |||
'should waitBeforeCapture in check': { skipEmit: true }, | |||
'AUTproxy should proxy resources test manually only': { skipEmit: true }, |
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.
Codacy has a fix for the issue: Strings must use doublequote.
'AUTproxy should proxy resources test manually only': { skipEmit: true }, | |
"AUTproxy should proxy resources test manually only": {skipEmit: true}, |
also added skipEmit to all drivers