Skip to content

Commit 83e8e60

Browse files
Merge branch 'main' into fix-localization-typo
2 parents 04b6528 + c7ec90e commit 83e8e60

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

frontend/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,30 @@ npm run dev
3030

3131
Your application will be available at `http://localhost:3000/`.
3232

33+
run checks with:
34+
35+
```bash
36+
npm run checks
37+
```
38+
39+
run tests with:
40+
41+
```bash
42+
npm run test
43+
```
44+
45+
run end to end (e2e) tests with:
46+
47+
```bash
48+
npm run test:e2e
49+
```
50+
51+
update test snapshots with:
52+
53+
```bash
54+
npm run test:e2e -- -u
55+
```
56+
3357
## Building for Production
3458

3559
Create a production build:

gitops/overlays/dev/configs/cdb-estimator-frontend/config.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,6 @@ OTEL_USE_CONSOLE_METRIC_EXPORTER=
136136
# Enable the console trace exporter (default: false).
137137
OTEL_USE_CONSOLE_TRACE_EXPORTER=
138138

139-
DEV_ENDPOINTS_ENABLED=true
139+
DEV_ENDPOINTS_ENABLED=true
140+
141+
ADOBE_ANALYTICS_DEBUG=true

0 commit comments

Comments
 (0)