forked from swimlane/ngx-datatable
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
016c81b
commit 857218c
Showing
5 changed files
with
82 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
* text=auto | ||
docs/* linguist-documentation | ||
release/* linguist-vendored | ||
playwright/snapshots/e2e/**/*.png filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ yarn.lock | |
/blob-report/ | ||
/playwright/.cache/ | ||
/playwright/results/ | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,12 @@ | |
"test:unit": "ng test ngx-datatable-lib --watch=false", | ||
"test:watch": "ng test ngx-datatable-lib", | ||
"test:ci": "ng test ngx-datatable-lib --watch=false --progress=false --browsers=ChromeHeadlessCI", | ||
"fetch-snapshots": "dotenv -e .env -- git clone https://[email protected]/chintankavathia/ngx-datatable-snapshots.git temp_snapshots && mkdir -p playwright/snapshots && cp -r temp_snapshots/snapshots/* playwright/snapshots/ && rm -rf temp_snapshots", | ||
"ci": "run-s lint test:ci", | ||
"lint": "ng lint", | ||
"e2e:prepare": "playwright install", | ||
"vrt": "cross-env playwright test", | ||
"vrt:local": "yarn fetch-snapshots && yarn vrt", | ||
"vrt:update": "yarn vrt --update-snapshots", | ||
"build-docs": "cross-env NODE_ENV=production ng build --configuration production --base-href=\"/ngx-datatable/\"", | ||
"predeploy-docs": "npm run build-docs", | ||
|
@@ -64,9 +66,11 @@ | |
"angular-cli-ghpages": "^0.6.0", | ||
"cpx": "^1.5.0", | ||
"cross-env": "^7.0.2", | ||
"dotenv-cli": "^7.4.4", | ||
"eslint": "^9.8.0", | ||
"eslint-plugin-jsdoc": "48.0.2", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"http-server": "^13.0.0", | ||
"jasmine": "^3.5.0", | ||
"jasmine-core": "~3.10.1", | ||
"jasmine-spec-reporter": "~7.0.0", | ||
|
@@ -82,8 +86,7 @@ | |
"sass": "^1.77.6", | ||
"scss-bundle": "^3.1.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "~5.5.4", | ||
"http-server": "^13.0.0" | ||
"typescript": "~5.5.4" | ||
}, | ||
"optionalDependencies": { | ||
"@axe-core/playwright": "4.8.2", | ||
|