Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Merge requests
!402
CE-1916
: Remove-React-Testing-Library
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CE-1916
: Remove-React-Testing-Library
CE-1916-Remove-React-Testing-Library
into
develop
Overview
5
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Merged
Alexander Madsen
requested to merge
CE-1916-Remove-React-Testing-Library
into
develop
1 year ago
Overview
5
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Expand
Remove RTL tests
0
0
Merge request reports
Viewing commit
bcfb89d4
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bcfb89d4
Route package.json script test to testComponents
· bcfb89d4
Alexander Madsen
authored
1 year ago
package.json
+
1
−
0
Options
@@ -33,6 +33,7 @@
@@ -33,6 +33,7 @@
},
},
"scripts"
:
{
"scripts"
:
{
"start"
:
"react-scripts start"
,
"start"
:
"react-scripts start"
,
"test"
:
"npm run testComponents"
,
"startMock"
:
"PORT=3007 REACT_APP_MOCK_CCCE_API=YES react-scripts start"
,
"startMock"
:
"PORT=3007 REACT_APP_MOCK_CCCE_API=YES react-scripts start"
,
"build"
:
"react-scripts build"
,
"build"
:
"react-scripts build"
,
"testComponents"
:
"npx cypress run --component --browser chrome"
,
"testComponents"
:
"npx cypress run --component --browser chrome"
,
Loading