Skip to content

Commit 3ebd142

Browse files
committed
[INTERNAL] Migrate Karma setup to UI5 Test Runner
1 parent 682297a commit 3ebd142

File tree

7 files changed

+9218
-12856
lines changed

7 files changed

+9218
-12856
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ typings/
6262

6363
dist/
6464
tmp/
65+
report/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ A deployed version of the [openui5-sample-app](http://sap.github.io/openui5-samp
3333
```sh
3434
npm run lint
3535
```
36-
* Start the [Karma Test Runner](https://karma-runner.github.io/latest/index.html) with the [UI5 Plugin](https://github.com/SAP/karma-ui5) and execute the tests automatically after every change
36+
* Start the [UI5 Test Runner](https://www.npmjs.com/package/ui5-test-runner) and execute the tests
3737
```sh
38-
npm run watch
38+
npm run test-ui5
3939
```
40-
* Run both ESLint and Karma in CI mode
40+
* Run both ESLint and UI5 Test Runner
4141
```sh
4242
npm test
4343
```

karma-ci.conf.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

karma.conf.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)