Skip to content

Commit

Permalink
Staging (#247)
Browse files Browse the repository at this point in the history
* automated testing

* chrome headless

* remove test output

* fix navigation on refresh

* finish about us content

* Delete tests_output/nightwatch-html-report directory

Signed-off-by: usiiasirrush <[email protected]>

* Update docker-image.yml

Signed-off-by: usiiasirrush <[email protected]>

* use reporter

* coveratge report

* Update docker-image.yml

Signed-off-by: usiiasirrush <[email protected]>

* fix screen display issue

* Update and rename docker-image.yml to integration-testing.yml

Signed-off-by: usiiasirrush <[email protected]>

* fix builds

* Update README.md

Signed-off-by: usiiasirrush <[email protected]>

* Update README.md

Signed-off-by: usiiasirrush <[email protected]>

* add developer tools

* prune

---------

Signed-off-by: usiiasirrush <[email protected]>
  • Loading branch information
UsiDiamond authored Jul 13, 2023
1 parent 76bf6b2 commit e8148d2
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 51 deletions.
16 changes: 4 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
},
{
"name": "ng test",
"name": "Launch Chrome",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
"url": "http://localhost:8080/#",
"webRoot": "${workspaceFolder}"
}
]
}
}
49 changes: 10 additions & 39 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,13 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"group": {
"isDefault": true
}
}
},
{
"type": "npm",
"script": "test",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
}
}
}
]
}
]
}
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"karma-spec-reporter": "^0.0.36",
"nightwatch": "^3.0.1",
"nightwatch-html-reporter": "^2.0.6",
"nohup": "^0.1.0",
"path": "^0.12.7",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
Expand Down
1 change: 1 addition & 0 deletions vscode-profile-2023-07-13-10-25-39.cpuprofile

Large diffs are not rendered by default.

0 comments on commit e8148d2

Please sign in to comment.