Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FAIDARE
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Jira
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
urgi-is
FAIDARE
Merge requests
!148
New read me how to develop on faidare
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New read me how to develop on faidare
fix/NewReadMeHowToDevelopOnFaidare
into
feat/upgrade-to-new-api-brapiHackathon
Overview
0
Commits
7
Pipelines
0
Changes
3
Merged
LAKMOURI NAJWA
requested to merge
fix/NewReadMeHowToDevelopOnFaidare
into
feat/upgrade-to-new-api-brapiHackathon
2 weeks ago
Overview
0
Commits
7
Pipelines
0
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
feat/upgrade-to-new-api-brapiHackathon
version 6
24326412
2 weeks ago
version 5
7b8aaf1c
2 weeks ago
version 4
afc1dd15
2 weeks ago
version 3
941ca71d
2 weeks ago
version 2
7ac5ba4f
2 weeks ago
version 1
672ea145
2 weeks ago
feat/upgrade-to-new-api-brapiHackathon (base)
and
latest version
latest version
a06bbdfc
7 commits,
1 week ago
version 6
24326412
6 commits,
2 weeks ago
version 5
7b8aaf1c
5 commits,
2 weeks ago
version 4
afc1dd15
4 commits,
2 weeks ago
version 3
941ca71d
3 commits,
2 weeks ago
version 2
7ac5ba4f
2 commits,
2 weeks ago
version 1
672ea145
1 commit,
2 weeks ago
3 files
+
200
−
77
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
CONTRIBUTING.md
+
5
−
3
Options
@@ -68,9 +68,11 @@
*
`detect-secrets scan --update .secrets.baseline`
to update the secret baseline, then
*
`detect-secrets audit .secrets.baseline`
to tag it as a false positive if relevant.
### Test data
`docker compose up`
will start an Elasticsearch instance
`./scripts/harvest.sh -jsonDir data/test/ -es_host localhost -env dev -v`
will load the test data with the necessary indices and mappings.
### Run backend tests
After loading test data into your local Elasticsearch instance, you can run the following command to run backend tests:
`./gradlew test jacocoTestReport -s sonarqube`
## Testing recommendations
Behaviour driven development (upon
[
TDD
](
https://dannorth.net/2012/05/31/bdd-is-like-tdd-if/
)
) is recommended for all new developments.
Loading