Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
7479c0ce
Commit
7479c0ce
authored
Nov 26, 2018
by
Raphaël Flores
Browse files
test: Rename multi-browser test task to comply with GPDS.
parent
3f452cc3
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/angular.json
View file @
7479c0ce
...
...
@@ -198,7 +198,7 @@
]
},
"configurations"
:
{
"
allB
rowsers"
:
{
"
test-multi-b
rowsers"
:
{
"browsers"
:
"ChromeHeadlessNoSandbox,FirefoxHeadless"
}
}
...
...
frontend/build.gradle.kts
View file @
7479c0ce
...
...
@@ -44,14 +44,9 @@ tasks {
outputs
.
dir
(
"coverage"
)
}
val
yarn_run_testall
by
getting
{
inputs
.
dir
(
"src"
)
outputs
.
dir
(
"coverage"
)
}
val
test
by
creating
{
if
(
isCi
)
{
dependsOn
(
yarn_run_test
all
)
dependsOn
(
"
yarn_run_test
-multi-browsers"
)
}
else
{
dependsOn
(
yarn_run_test
)
}
...
...
frontend/package.json
View file @
7479c0ce
...
...
@@ -10,7 +10,7 @@
"build:rare"
:
"ng build --configuration=rare-production --no-progress"
,
"build:wheatis"
:
"ng build --configuration=wheatis-production --no-progress"
,
"test"
:
"ng test --code-coverage --no-progress --no-watch"
,
"test
all
"
:
"ng test --code-coverage --no-progress --no-watch -c
allB
rowsers"
,
"test
-multi-browsers
"
:
"ng test --code-coverage --no-progress --no-watch -c
test-multi-b
rowsers"
,
"lint"
:
"ng lint"
,
"e2e"
:
"ng e2e"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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