Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

add manual test for AutProxy #131

Open
wants to merge 3 commits into
base: universal-sdk
Choose a base branch
from

Conversation

chaim-aharonson-applitools
Copy link
Collaborator

also added skipEmit to all drivers

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},
Copy link
Contributor

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.

Suggested change
'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 },
Copy link
Contributor

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.

Suggested change
'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 },
Copy link
Contributor

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.

Suggested change
'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 },
Copy link
Contributor

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.

Suggested change
'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 },
Copy link
Contributor

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.

Suggested change
'AUTproxy should proxy resources test manually only': { skipEmit: true },
"AUTproxy should proxy resources test manually only": {skipEmit: true},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants