From 6512367a2cd8e898e9505967e2a6ad7f45fa887c Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 26 Mar 2025 07:11:33 +0100 Subject: [PATCH] Update README.md (#820) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ece035a..929daba0 100644 --- a/README.md +++ b/README.md @@ -41,18 +41,19 @@ With that you're ready to run the samples, for example: cds watch bookshop ``` -After that open this link in your browser: [http://localhost:4004](http://localhost:4004) +> After that open this link in your browser: [http://localhost:4004](http://localhost:4004) +>
When asked to log in, type `alice` as user and leave the password field blank. +>
Learn more about [default users](https://cap.cloud.sap/docs/node.js/authentication#mocked). -When asked to log in, type `alice` as user and leave the password field blank, which is the [default user](https://cap.cloud.sap/docs/node.js/authentication#mocked). ### Testing -Run the provided tests with [_jest_](http://jestjs.io) or [_mocha_](http://mochajs.org), for example: +Run the provided tests like so: ```sh npx jest ``` -> While mocha is a bit smaller and faster, jest runs tests in parallel and isolation, which allows to run all tests. +> You can alternative run the tests with [_jest_](http://jestjs.io) or [_mocha_](http://mochajs.org). ## Get Support