-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -47,6 +47,7 @@ module.exports = { | |||||
|
||||||
'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 commentThe 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
|
||||||
|
||||||
// TODO verify and enable | ||||||
'should send agentRunId': {skipEmit: true}, | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -35,4 +35,6 @@ module.exports = { | |||||
'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 commentThe 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
|
||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -15,6 +15,7 @@ module.exports = { | |||||
|
||||||
'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 commentThe 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
|
||||||
|
||||||
// TODO verify and enable | ||||||
'should send agentRunId': {skipEmit: true}, | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -184,4 +184,5 @@ module.exports = { | |||||
'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 commentThe 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
|
||||||
} |
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.