Skip to content

Commit

Permalink
[DEMO] Migrate Karma setup to UI5 Test Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Oct 4, 2024
1 parent 7e06189 commit 0ee035e
Show file tree
Hide file tree
Showing 7 changed files with 3,912 additions and 6,733 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ typings/

dist/
tmp/
report/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ A deployed version of the [openui5-sample-app](http://sap.github.io/openui5-samp
```sh
npm run lint
```
* 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
* Start the [UI5 Test Runner](https://www.npmjs.com/package/ui5-test-runner) and execute the tests
```sh
npm run watch
npm run test-ui5
```
* Run both ESLint and Karma in CI mode
* Run both ESLint and UI5 Test Runner
```sh
npm test
```
Expand Down
39 changes: 0 additions & 39 deletions karma-ci.conf.js

This file was deleted.

30 changes: 0 additions & 30 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit 0ee035e

Please sign in to comment.