Commit 87185029 authored by tom's avatar tom

change tasks labels

parent 51033411
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
"type": "shell", "type": "shell",
"command": "${input:pwDebugFlag} yarn test:pw:local ${relativeFileDirname}/${fileBasename} ${input:pwArgs}", "command": "${input:pwDebugFlag} yarn test:pw:local ${relativeFileDirname}/${fileBasename} ${input:pwArgs}",
"problemMatcher": [], "problemMatcher": [],
"label": "test: playwright: local for current file", "label": "pw: local",
"detail": "run visual components tests for current file", "detail": "run visual components tests for current file",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
"type": "shell", "type": "shell",
"command": "yarn test:pw:docker ${relativeFileDirname}/${fileBasename} ${input:pwArgs}", "command": "yarn test:pw:docker ${relativeFileDirname}/${fileBasename} ${input:pwArgs}",
"problemMatcher": [], "problemMatcher": [],
"label": "test: playwright: docker for current file", "label": "pw: docker",
"detail": "run visual components tests for current file", "detail": "run visual components tests for current file",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
"type": "shell", "type": "shell",
"command": "yarn test:pw:docker ${input:pwArgs}", "command": "yarn test:pw:docker ${input:pwArgs}",
"problemMatcher": [], "problemMatcher": [],
"label": "test: playwright: docker for all files", "label": "pw: docker all",
"detail": "run visual components tests", "detail": "run visual components tests",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
"type": "npm", "type": "npm",
"script": "test:jest", "script": "test:jest",
"problemMatcher": [], "problemMatcher": [],
"label": "test: jest", "label": "jest",
"detail": "run jest tests", "detail": "run jest tests",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
"type": "npm", "type": "npm",
"script": "test:jest:watch", "script": "test:jest:watch",
"problemMatcher": [], "problemMatcher": [],
"label": "test: jest: watch", "label": "jest: watch all",
"detail": "run jest tests in watch mode", "detail": "run jest tests in watch mode",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
"type": "shell", "type": "shell",
"command": "yarn test:jest ${relativeFileDirname}/${fileBasename} --watch", "command": "yarn test:jest ${relativeFileDirname}/${fileBasename} --watch",
"problemMatcher": [], "problemMatcher": [],
"label": "test: jest: watch curent file", "label": "jest: watch",
"detail": "run jest tests in watch mode for current file", "detail": "run jest tests in watch mode for current file",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment