Skip to content

Remove ui tests #10215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .env

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,13 @@ pythonFiles/lib/**
debug_coverage*/**
languageServer/**
languageServer.*/**
!uitests/features/languageServer/**
!uitests/src/languageServer/**
!uitests/code/**/languageServer/**
bin/**
obj/**
.pytest_cache
tmp/**
.python-version
.vs/
test-results.xml
uitests/out/**
!build/
debug*.log
ptvsd*.log
Expand Down
17 changes: 0 additions & 17 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,23 +263,6 @@
"skipFiles": [
"<node_internals>/**"
]
},
{
"name": "Behave Smoke Tests",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/uitests/__main__.py",
"args": [
"test",
"--",
"--format",
"progress3",
// Change the tag `@wip` to what ever you want to run.
// Default is assumed to be somethign that's a work in progress (wip).
"--tags=@wip"
],
"justMyCode": false,
"console": "internalConsole"
}
],
"compounds": [
Expand Down
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"files.exclude": {
"out": true, // set this to true to hide the "out" folder with the compiled JS files
"uitests/out": true,
"**/*.pyc": true,
".nyc_output": true,
"obj": true,
Expand All @@ -16,7 +15,6 @@
},
"search.exclude": {
"out": true, // set this to false to include "out" folder in search results
"uitests/out": true,
"**/node_modules": true,
"coverage": true,
"languageServer*/**": true,
Expand Down
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@ tmp/**
tpn/**
typings/**
types/**
uitests/**
31 changes: 0 additions & 31 deletions build/ci/templates/jobs/build_uitests.yml

This file was deleted.

47 changes: 0 additions & 47 deletions build/ci/templates/jobs/merge_upload_uitest_report.yml

This file was deleted.

156 changes: 0 additions & 156 deletions build/ci/templates/jobs/uitest.yml

This file was deleted.

Loading