Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
[ACS-4590] cleanup performance tests (#1516)
Browse files Browse the repository at this point in the history
* test-angular: remove unused libs and scripts

* remove unused test-angular-old project

* cleanup performance suite
  • Loading branch information
DenysVuika committed Feb 13, 2023
1 parent 90d8363 commit d979e35
Show file tree
Hide file tree
Showing 37 changed files with 89 additions and 15,969 deletions.
17 changes: 0 additions & 17 deletions scripts/test-build.sh

This file was deleted.

11 changes: 8 additions & 3 deletions scripts/test-performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $DIR/..

./scripts/test-build.sh
npm run build

#Test Angular build size
# Test Angular build size
cd $DIR/../test/performance/test-angular
npm install

mkdir -p $DIR/../test/performance/test-angular/node_modules/@alfresco/js-api
cp -R $DIR/../dist/* $DIR/../test/performance/test-angular/node_modules/@alfresco/js-api

npm run build:prod || exit 1

#Test webpack build size
# Test webpack build size

cd $DIR/../test/performance/test-webpack
npm install

Expand Down
13 changes: 0 additions & 13 deletions test/performance/test-angular-old/.editorconfig

This file was deleted.

39 changes: 0 additions & 39 deletions test/performance/test-angular-old/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions test/performance/test-angular-old/README.md

This file was deleted.

126 changes: 0 additions & 126 deletions test/performance/test-angular-old/angular.json

This file was deleted.

28 changes: 0 additions & 28 deletions test/performance/test-angular-old/e2e/protractor.conf.js

This file was deleted.

14 changes: 0 additions & 14 deletions test/performance/test-angular-old/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions test/performance/test-angular-old/e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions test/performance/test-angular-old/e2e/tsconfig.e2e.json

This file was deleted.

0 comments on commit d979e35

Please sign in to comment.