Skip to content

Commit d66b6da

Browse files
authored
Remove ui tests (#10215)
For #10192 * Remove UI tests * Not required
1 parent a2e4fd3 commit d66b6da

File tree

119 files changed

+2
-20700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2
-20700
lines changed

.env

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@ pythonFiles/lib/**
2727
debug_coverage*/**
2828
languageServer/**
2929
languageServer.*/**
30-
!uitests/features/languageServer/**
31-
!uitests/src/languageServer/**
32-
!uitests/code/**/languageServer/**
3330
bin/**
3431
obj/**
3532
.pytest_cache
3633
tmp/**
3734
.python-version
3835
.vs/
3936
test-results.xml
40-
uitests/out/**
4137
!build/
4238
debug*.log
4339
ptvsd*.log

.vscode/launch.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -263,23 +263,6 @@
263263
"skipFiles": [
264264
"<node_internals>/**"
265265
]
266-
},
267-
{
268-
"name": "Behave Smoke Tests",
269-
"type": "python",
270-
"request": "launch",
271-
"program": "${workspaceFolder}/uitests/__main__.py",
272-
"args": [
273-
"test",
274-
"--",
275-
"--format",
276-
"progress3",
277-
// Change the tag `@wip` to what ever you want to run.
278-
// Default is assumed to be somethign that's a work in progress (wip).
279-
"--tags=@wip"
280-
],
281-
"justMyCode": false,
282-
"console": "internalConsole"
283266
}
284267
],
285268
"compounds": [

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{
33
"files.exclude": {
44
"out": true, // set this to true to hide the "out" folder with the compiled JS files
5-
"uitests/out": true,
65
"**/*.pyc": true,
76
".nyc_output": true,
87
"obj": true,
@@ -16,7 +15,6 @@
1615
},
1716
"search.exclude": {
1817
"out": true, // set this to false to include "out" folder in search results
19-
"uitests/out": true,
2018
"**/node_modules": true,
2119
"coverage": true,
2220
"languageServer*/**": true,

.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,3 @@ tmp/**
106106
tpn/**
107107
typings/**
108108
types/**
109-
uitests/**

build/ci/templates/jobs/build_uitests.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

build/ci/templates/jobs/merge_upload_uitest_report.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

build/ci/templates/jobs/uitest.yml

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)