Skip to content

Commit fd90487

Browse files
authored
test(icon): add playwright (#1124)
1 parent 06b9b1f commit fd90487

File tree

11 files changed

+1573
-109
lines changed

11 files changed

+1573
-109
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ log.txt
1010
.idea/
1111
.versions/
1212
.vscode/
13-
components/
13+
/components/
1414
node_modules/
1515
tmp/
1616
dist/
@@ -19,4 +19,8 @@ icons/
1919
scripts/*.js
2020
!scripts/install-loader.js
2121

22-
www/
22+
www/
23+
/test-results/
24+
/playwright-report/
25+
/playwright/.cache/
26+
/src/**/*-snapshots

0 commit comments

Comments
 (0)