Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
ee35391f
Commit
ee35391f
authored
3 years ago
by
Nidhi Tandon
Browse files
Options
Download
Email Patches
Plain Diff
feat: add cypress
parent
2f99a661
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
.gitignore
frontend/package.json
+3
-1
frontend/package.json
frontend/src/constants/env.ts
+1
-1
frontend/src/constants/env.ts
frontend/yarn.lock
+358
-20
frontend/yarn.lock
with
363 additions
and
22 deletions
+363
-22
.gitignore
+
1
-
0
View file @
ee35391f
...
...
@@ -30,4 +30,5 @@ frontend/src/constants/env.ts
**/storage
**/locust-scripts/__pycache__/
frontend/cypress
frontend/*.env
This diff is collapsed.
Click to expand it.
frontend/package.json
+
3
-
1
View file @
ee35391f
...
...
@@ -8,7 +8,8 @@
"start"
:
"node scripts/start.js"
,
"build"
:
"webpack --config=webpack.config.prod.js"
,
"prettify"
:
"prettier --write ."
,
"lint"
:
"eslint src"
"lint"
:
"eslint src"
,
"cypress:open"
:
"cypress open"
},
"engines"
:
{
"node"
:
">=12.13.0"
...
...
@@ -135,6 +136,7 @@
"babel-plugin-styled-components"
:
"^1.12.0"
,
"compression-webpack-plugin"
:
"^8.0.0"
,
"copy-webpack-plugin"
:
"^7.0.0"
,
"cypress"
:
"^7.7.0"
,
"gulp"
:
"^4.0.2"
,
"gulp-csso"
:
"^4.0.1"
,
"gulp-debug"
:
"^4.0.0"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/constants/env.ts
+
1
-
1
View file @
ee35391f
export
const
ENVIRONMENT
=
{
baseURL
:
""
,
baseURL
:
"
http://ec2-18-191-251-86.us-east-2.compute.amazonaws.com:8080
"
,
};
This diff is collapsed.
Click to expand it.
frontend/yarn.lock
+
358
-
20
View file @
ee35391f
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help