Skip to content

Commit 3b63bc8

Browse files
Attempt to use playwright
1 parent 7929401 commit 3b63bc8

File tree

9 files changed

+1129
-6484
lines changed

9 files changed

+1129
-6484
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ FakesAssemblies/
252252
.ntvs_analysis.dat
253253
node_modules/
254254

255+
# Playwright Test Results
256+
test-results/
257+
playwright-report/
258+
playwright/.cache/
259+
255260
# Typescript v1 declaration files
256261
typings/
257262

angular-report-designer/package-lock.json

Lines changed: 1009 additions & 1009 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-report-designer/src/app/app.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div><h1>Welcome</h1></div>
12
<div>
23
<dx-report-designer [reportUrl]="reportName" height="700px" >
34
<dxrd-request-options [getDesignerModelAction]="getDesignerModelAction" [host]="host"></dxrd-request-options>

0 commit comments

Comments
 (0)