@arcadialdev/arcality 2.4.29 → 2.4.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/package.json +3 -4
  2. package/src/arcalityClient.mjs +2 -1
  3. package/.agents/skills/e2e-testing-expert/SKILL.md +0 -28
  4. package/.agents/skills/frontend-design/LICENSE.txt +0 -177
  5. package/.agents/skills/frontend-design/SKILL.md +0 -42
  6. package/.agents/skills/nodejs-backend-patterns/SKILL.md +0 -639
  7. package/.agents/skills/nodejs-backend-patterns/references/advanced-patterns.md +0 -430
  8. package/.agents/skills/playwright-best-practices/LICENSE.md +0 -7
  9. package/.agents/skills/playwright-best-practices/README.md +0 -147
  10. package/.agents/skills/playwright-best-practices/SKILL.md +0 -303
  11. package/.agents/skills/playwright-best-practices/advanced/authentication-flows.md +0 -360
  12. package/.agents/skills/playwright-best-practices/advanced/authentication.md +0 -871
  13. package/.agents/skills/playwright-best-practices/advanced/clock-mocking.md +0 -364
  14. package/.agents/skills/playwright-best-practices/advanced/mobile-testing.md +0 -409
  15. package/.agents/skills/playwright-best-practices/advanced/multi-context.md +0 -288
  16. package/.agents/skills/playwright-best-practices/advanced/multi-user.md +0 -393
  17. package/.agents/skills/playwright-best-practices/advanced/network-advanced.md +0 -452
  18. package/.agents/skills/playwright-best-practices/advanced/third-party.md +0 -464
  19. package/.agents/skills/playwright-best-practices/architecture/pom-vs-fixtures.md +0 -363
  20. package/.agents/skills/playwright-best-practices/architecture/test-architecture.md +0 -369
  21. package/.agents/skills/playwright-best-practices/architecture/when-to-mock.md +0 -383
  22. package/.agents/skills/playwright-best-practices/browser-apis/browser-apis.md +0 -391
  23. package/.agents/skills/playwright-best-practices/browser-apis/iframes.md +0 -403
  24. package/.agents/skills/playwright-best-practices/browser-apis/service-workers.md +0 -504
  25. package/.agents/skills/playwright-best-practices/browser-apis/websockets.md +0 -403
  26. package/.agents/skills/playwright-best-practices/core/annotations.md +0 -424
  27. package/.agents/skills/playwright-best-practices/core/assertions-waiting.md +0 -361
  28. package/.agents/skills/playwright-best-practices/core/configuration.md +0 -452
  29. package/.agents/skills/playwright-best-practices/core/fixtures-hooks.md +0 -417
  30. package/.agents/skills/playwright-best-practices/core/global-setup.md +0 -434
  31. package/.agents/skills/playwright-best-practices/core/locators.md +0 -242
  32. package/.agents/skills/playwright-best-practices/core/page-object-model.md +0 -315
  33. package/.agents/skills/playwright-best-practices/core/projects-dependencies.md +0 -453
  34. package/.agents/skills/playwright-best-practices/core/test-data.md +0 -492
  35. package/.agents/skills/playwright-best-practices/core/test-suite-structure.md +0 -361
  36. package/.agents/skills/playwright-best-practices/core/test-tags.md +0 -298
  37. package/.agents/skills/playwright-best-practices/debugging/console-errors.md +0 -420
  38. package/.agents/skills/playwright-best-practices/debugging/debugging.md +0 -504
  39. package/.agents/skills/playwright-best-practices/debugging/error-testing.md +0 -360
  40. package/.agents/skills/playwright-best-practices/debugging/flaky-tests.md +0 -496
  41. package/.agents/skills/playwright-best-practices/frameworks/angular.md +0 -530
  42. package/.agents/skills/playwright-best-practices/frameworks/nextjs.md +0 -469
  43. package/.agents/skills/playwright-best-practices/frameworks/react.md +0 -531
  44. package/.agents/skills/playwright-best-practices/frameworks/vue.md +0 -574
  45. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/ci-cd.md +0 -468
  46. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/docker.md +0 -283
  47. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/github-actions.md +0 -546
  48. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/gitlab.md +0 -397
  49. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/other-providers.md +0 -521
  50. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/parallel-sharding.md +0 -371
  51. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/performance.md +0 -453
  52. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/reporting.md +0 -424
  53. package/.agents/skills/playwright-best-practices/infrastructure-ci-cd/test-coverage.md +0 -497
  54. package/.agents/skills/playwright-best-practices/testing-patterns/accessibility.md +0 -359
  55. package/.agents/skills/playwright-best-practices/testing-patterns/api-testing.md +0 -719
  56. package/.agents/skills/playwright-best-practices/testing-patterns/browser-extensions.md +0 -506
  57. package/.agents/skills/playwright-best-practices/testing-patterns/canvas-webgl.md +0 -493
  58. package/.agents/skills/playwright-best-practices/testing-patterns/component-testing.md +0 -500
  59. package/.agents/skills/playwright-best-practices/testing-patterns/drag-drop.md +0 -576
  60. package/.agents/skills/playwright-best-practices/testing-patterns/electron.md +0 -509
  61. package/.agents/skills/playwright-best-practices/testing-patterns/file-operations.md +0 -377
  62. package/.agents/skills/playwright-best-practices/testing-patterns/file-upload-download.md +0 -562
  63. package/.agents/skills/playwright-best-practices/testing-patterns/forms-validation.md +0 -561
  64. package/.agents/skills/playwright-best-practices/testing-patterns/graphql-testing.md +0 -331
  65. package/.agents/skills/playwright-best-practices/testing-patterns/i18n.md +0 -508
  66. package/.agents/skills/playwright-best-practices/testing-patterns/performance-testing.md +0 -476
  67. package/.agents/skills/playwright-best-practices/testing-patterns/security-testing.md +0 -430
  68. package/.agents/skills/playwright-best-practices/testing-patterns/visual-regression.md +0 -634
  69. package/.agents/skills/security-qa/SKILL.md +0 -254
  70. package/public/ArcalityImagen.png +0 -0
  71. package/public/logo-arcadial-blanco.png +0 -0
  72. package/public/logo.png +0 -0
  73. package/tests/_helpers/ArcalityReporter.ts +0 -733
  74. package/tests/_helpers/agentic-runner.spec.ts +0 -783
  75. package/tests/_helpers/ai-agent-helper.ts +0 -1660
  76. package/tests/_helpers/discover-view.spec.ts +0 -238
  77. package/tests/_helpers/extract-view.spec.ts +0 -118
  78. package/tests/_helpers/qa-security-tools.ts +0 -265
  79. package/tests/_helpers/qa-tools.ts +0 -333
  80. package/tests/_helpers/smart-action.spec.ts +0 -1458
@@ -1,315 +0,0 @@
1
- # Page Object Model (POM)
2
-
3
- ## Table of Contents
4
-
5
- 1. [Overview](#overview)
6
- 2. [Basic Structure](#basic-structure)
7
- 3. [Component Objects](#component-objects)
8
- 4. [Composition Patterns](#composition-patterns)
9
- 5. [Factory Functions](#factory-functions)
10
- 6. [Best Practices](#best-practices)
11
-
12
- ## Overview
13
-
14
- Page Object Model encapsulates page structure and interactions, providing:
15
-
16
- - **Maintainability**: Change selectors in one place
17
- - **Reusability**: Share page interactions across tests
18
- - **Readability**: Tests express intent, not implementation
19
-
20
- ## Basic Structure
21
-
22
- ### Page Class
23
-
24
- ```typescript
25
- // pages/login.page.ts
26
- import { Page, Locator, expect } from "@playwright/test";
27
-
28
- export class LoginPage {
29
- readonly page: Page;
30
- readonly emailInput: Locator;
31
- readonly passwordInput: Locator;
32
- readonly submitButton: Locator;
33
- readonly errorMessage: Locator;
34
-
35
- constructor(page: Page) {
36
- this.page = page;
37
- this.emailInput = page.getByLabel("Email");
38
- this.passwordInput = page.getByLabel("Password");
39
- this.submitButton = page.getByRole("button", { name: "Sign in" });
40
- this.errorMessage = page.getByRole("alert");
41
- }
42
-
43
- async goto() {
44
- await this.page.goto("/login");
45
- }
46
-
47
- async login(email: string, password: string) {
48
- await this.emailInput.fill(email);
49
- await this.passwordInput.fill(password);
50
- await this.submitButton.click();
51
- }
52
-
53
- async expectError(message: string) {
54
- await expect(this.errorMessage).toContainText(message);
55
- }
56
- }
57
- ```
58
-
59
- ### Usage in Tests
60
-
61
- ```typescript
62
- // tests/login.spec.ts
63
- import { test, expect } from "@playwright/test";
64
- import { LoginPage } from "../pages/login.page";
65
-
66
- test.describe("Login", () => {
67
- test("successful login redirects to dashboard", async ({ page }) => {
68
- const loginPage = new LoginPage(page);
69
- await loginPage.goto();
70
- await loginPage.login("user@example.com", "password123");
71
- await expect(page).toHaveURL("/dashboard");
72
- });
73
-
74
- test("shows error for invalid credentials", async ({ page }) => {
75
- const loginPage = new LoginPage(page);
76
- await loginPage.goto();
77
- await loginPage.login("invalid@example.com", "wrong");
78
- await loginPage.expectError("Invalid credentials");
79
- });
80
- });
81
- ```
82
-
83
- ## Component Objects
84
-
85
- For reusable UI components:
86
-
87
- ```typescript
88
- // components/navbar.component.ts
89
- import { Page, Locator } from "@playwright/test";
90
-
91
- export class NavbarComponent {
92
- readonly container: Locator;
93
- readonly logo: Locator;
94
- readonly searchInput: Locator;
95
- readonly userMenu: Locator;
96
-
97
- constructor(page: Page) {
98
- this.container = page.getByRole("navigation");
99
- this.logo = this.container.getByRole("link", { name: "Home" });
100
- this.searchInput = this.container.getByRole("searchbox");
101
- this.userMenu = this.container.getByRole("button", { name: /user menu/i });
102
- }
103
-
104
- async search(query: string) {
105
- await this.searchInput.fill(query);
106
- await this.searchInput.press("Enter");
107
- }
108
-
109
- async openUserMenu() {
110
- await this.userMenu.click();
111
- }
112
- }
113
- ```
114
-
115
- ```typescript
116
- // components/modal.component.ts
117
- import { Locator, expect } from "@playwright/test";
118
-
119
- export class ModalComponent {
120
- readonly container: Locator;
121
- readonly title: Locator;
122
- readonly closeButton: Locator;
123
- readonly confirmButton: Locator;
124
-
125
- constructor(container: Locator) {
126
- this.container = container;
127
- this.title = container.getByRole("heading");
128
- this.closeButton = container.getByRole("button", { name: "Close" });
129
- this.confirmButton = container.getByRole("button", { name: "Confirm" });
130
- }
131
-
132
- async expectTitle(title: string) {
133
- await expect(this.title).toHaveText(title);
134
- }
135
-
136
- async close() {
137
- await this.closeButton.click();
138
- }
139
-
140
- async confirm() {
141
- await this.confirmButton.click();
142
- }
143
- }
144
- ```
145
-
146
- ## Composition Patterns
147
-
148
- ### Page with Components
149
-
150
- ```typescript
151
- // pages/dashboard.page.ts
152
- import { Page, Locator } from "@playwright/test";
153
- import { NavbarComponent } from "../components/navbar.component";
154
- import { ModalComponent } from "../components/modal.component";
155
-
156
- export class DashboardPage {
157
- readonly page: Page;
158
- readonly navbar: NavbarComponent;
159
- readonly newProjectButton: Locator;
160
-
161
- constructor(page: Page) {
162
- this.page = page;
163
- this.navbar = new NavbarComponent(page);
164
- this.newProjectButton = page.getByRole("button", { name: "New Project" });
165
- }
166
-
167
- async goto() {
168
- await this.page.goto("/dashboard");
169
- }
170
-
171
- async createProject() {
172
- await this.newProjectButton.click();
173
- return new ModalComponent(this.page.getByRole("dialog"));
174
- }
175
- }
176
- ```
177
-
178
- ### Page Navigation
179
-
180
- ```typescript
181
- // pages/base.page.ts
182
- import { Page } from "@playwright/test";
183
-
184
- export abstract class BasePage {
185
- constructor(readonly page: Page) {}
186
-
187
- abstract goto(): Promise<void>;
188
-
189
- async getTitle(): Promise<string> {
190
- return this.page.title();
191
- }
192
- }
193
- ```
194
-
195
- ```typescript
196
- // Return new page object on navigation
197
- export class LoginPage extends BasePage {
198
- async login(email: string, password: string): Promise<DashboardPage> {
199
- await this.emailInput.fill(email);
200
- await this.passwordInput.fill(password);
201
- await this.submitButton.click();
202
- return new DashboardPage(this.page);
203
- }
204
- }
205
-
206
- // Usage
207
- const loginPage = new LoginPage(page);
208
- await loginPage.goto();
209
- const dashboardPage = await loginPage.login("user@example.com", "pass");
210
- await dashboardPage.expectWelcomeMessage();
211
- ```
212
-
213
- ## Factory Functions
214
-
215
- Alternative to classes for simpler pages:
216
-
217
- ```typescript
218
- // pages/login.page.ts
219
- import { Page } from "@playwright/test";
220
-
221
- export function createLoginPage(page: Page) {
222
- const emailInput = page.getByLabel("Email");
223
- const passwordInput = page.getByLabel("Password");
224
- const submitButton = page.getByRole("button", { name: "Sign in" });
225
-
226
- return {
227
- goto: () => page.goto("/login"),
228
- login: async (email: string, password: string) => {
229
- await emailInput.fill(email);
230
- await passwordInput.fill(password);
231
- await submitButton.click();
232
- },
233
- emailInput,
234
- passwordInput,
235
- submitButton,
236
- };
237
- }
238
-
239
- // Usage
240
- const loginPage = createLoginPage(page);
241
- await loginPage.goto();
242
- await loginPage.login("user@example.com", "password");
243
- ```
244
-
245
- ## Best Practices
246
-
247
- ### Do
248
-
249
- - **Keep locators in page objects** - Single source of truth
250
- - **Return new page objects** when navigation occurs
251
- - **Expose elements** for custom assertions in tests
252
- - **Use descriptive method names** - `submitOrder()` not `clickButton()`
253
- - **Keep methods focused** - One action per method
254
-
255
- ### Don't
256
-
257
- - **Don't include assertions in page methods** (usually) - Keep in tests
258
- - **Don't expose implementation details** - Hide complex interactions
259
- - **Don't make page objects too large** - Split into components
260
- - **Don't share state** between page object instances
261
-
262
- ### Directory Structure
263
-
264
- ```
265
- tests/
266
- ├── pages/
267
- │ ├── base.page.ts
268
- │ ├── login.page.ts
269
- │ ├── dashboard.page.ts
270
- │ └── settings.page.ts
271
- ├── components/
272
- │ ├── navbar.component.ts
273
- │ ├── modal.component.ts
274
- │ └── table.component.ts
275
- ├── fixtures/
276
- │ └── pages.fixture.ts
277
- └── specs/
278
- ├── login.spec.ts
279
- └── dashboard.spec.ts
280
- ```
281
-
282
- ### Using with Fixtures
283
-
284
- ```typescript
285
- // fixtures/pages.fixture.ts
286
- import { test as base } from "@playwright/test";
287
- import { LoginPage } from "../pages/login.page";
288
- import { DashboardPage } from "../pages/dashboard.page";
289
-
290
- type Pages = {
291
- loginPage: LoginPage;
292
- dashboardPage: DashboardPage;
293
- };
294
-
295
- export const test = base.extend<Pages>({
296
- loginPage: async ({ page }, use) => {
297
- await use(new LoginPage(page));
298
- },
299
- dashboardPage: async ({ page }, use) => {
300
- await use(new DashboardPage(page));
301
- },
302
- });
303
-
304
- // Usage in tests
305
- test("can login", async ({ loginPage }) => {
306
- await loginPage.goto();
307
- await loginPage.login("user@example.com", "password");
308
- });
309
- ```
310
-
311
- ## Related References
312
-
313
- - **Locator strategies**: See [locators.md](locators.md) for selecting elements
314
- - **Fixtures**: See [fixtures-hooks.md](fixtures-hooks.md) for advanced fixture patterns
315
- - **Test organization**: See [test-suite-structure.md](test-suite-structure.md) for structuring test suites