Skip to content

Commit 0a3e161

Browse files
authored
Update open_abap.md
1 parent d0d44e2 commit 0a3e161

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/advanced/insights/open_abap.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,29 @@ abap2UI5 can be used with open-abap, providing the ability to run unit tests in
1717
* Browser Tests with [Playwright](https://playwright.dev/)
1818
* Webpacking, Unit Testing...
1919

20-
### Tasks
21-
2220
Pull the repository and try out:
2321

24-
#### Downport & Transpile
22+
### Downport & Transpile
2523
```
2624
npm run init
2725
npm run build
2826
```
29-
#### Run Unit Tests
27+
### Run Unit Tests
3028
```
3129
npm run unit
3230
```
33-
#### Run Webservice
31+
### Run Webservice
3432
```
3533
npm run express
3634
```
37-
#### Run Playwright Tests
35+
### Run Playwright Tests
3836
```
3937
npm run init_play
4038
npx playwright install --with-deps && npm i
4139
npx playwright test
4240
```
4341

44-
#### Webpack Build Strategy
42+
### Webpack Build Strategy
4543

4644
1. Clone repositories into /src/
4745
2. Downport /src/ into /downport/
@@ -50,4 +48,4 @@ npx playwright test
5048

5149
```
5250
npm run webpack:build
53-
```
51+
```

0 commit comments

Comments
 (0)