Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-playground
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Artur Carvalho
vue-playground
Commits
dac1bdb2
Commit
dac1bdb2
authored
2 years ago
by
Artur Carvalho
Browse files
Options
Downloads
Patches
Plain Diff
Try again
parent
e04a3f42
No related branches found
No related tags found
1 merge request
!1
Add initial libraries
Pipeline
#67674
failed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
dac1bdb2
...
@@ -29,14 +29,14 @@ e2e tests:
...
@@ -29,14 +29,14 @@ e2e tests:
-
npm i
# todo: cache from build?
-
npm i
# todo: cache from build?
-
npx playwright install
-
npx playwright install
script
:
script
:
-
np
m run
test
:e2e
-
np
x playwright
test
cache
:
#
cache:
key
:
${CI_COMMIT_REF_SLUG}-e2e
#
key: ${CI_COMMIT_REF_SLUG}-e2e
paths
:
#
paths:
-
node_modules
#
- node_modules
artifacts
:
artifacts
:
when
:
always
# on_failure
when
:
always
# on_failure
paths
:
paths
:
-
out/report
-
e2e/
out/report
reports
:
reports
:
junit
:
results.xml
junit
:
e2e/out/report/
results.xml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment