You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://github.com/revolist/revogrid/actions/workflows/e2e.yml/badge.svg" alt="Workflow status badge" loading="lazy" height="20">
19
+
</a>
14
20
</p>
15
21
16
22
17
23
<h3align="center">Powerful Angular Data Grid component built on top of <ahref="https://github.com/revolist/revogrid"target="_blank">RevoGrid</a>.</h3>
18
24
<palign="center">
19
25
Support Millions of cells and thousands of columns easy and efficiently for fast data rendering. Easy to use.
20
26
</p>
27
+
<palign="center">
28
+
Used by some of the largest companies in Europe and the United States.
29
+
</p>
21
30
22
31
<palign="center">
23
32
<ahref="https://rv-grid.com/demo/">Demo and API</a> •
@@ -39,6 +48,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
39
48
40
49
-**[Accessibility](https://rv-grid.com/guide/wcag)**: Follows WAI-ARIA best practices.
41
50
51
+
-**[RTL Support](https://rv-grid.com/guide/rtl)**: Comprehensive Right-to-Left language support for Arabic, Hebrew, Persian, and other RTL languages. Features automatic column reordering, proper text alignment, and layout adjustments for RTL interfaces.
RevoGrid is thoroughly tested to ensure reliability and stability.
328
+
329
+
| Suite | Command | Scope |
330
+
|---|---|---|
331
+
| Unit |`npm run test`| Services, utilities, pure logic |
332
+
| E2E (Playwright) |`npm run test:e2e`| Real browser rendering & interaction |
333
+
334
+
### E2E Tests
335
+
336
+
End-to-end tests use [@stencil/playwright](https://www.npmjs.com/package/@stencil/playwright) to run `<revo-grid>` in a real Chromium browser. The dev server starts automatically when you run:
337
+
338
+
```bash
339
+
npm run test:e2e
340
+
```
341
+
342
+
Test files live in `e2e/` and share helpers from `e2e/helpers.ts`:
343
+
344
+
311
345
## Contributing
312
346
313
347
By getting involved, you'll have the opportunity to enhance your skills, gain valuable experience, and make a significant impact on an innovative project. Your contribution, no matter how big or small, is valuable.
0 commit comments