Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
87185029
Commit
87185029
authored
Nov 30, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change tasks labels
parent
51033411
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tasks.json
.vscode/tasks.json
+6
-6
No files found.
.vscode/tasks.json
View file @
87185029
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment