/**
* ═══════════════════════════════════════════
* Kamil Kozieradzki
* QA & Test Automation Lead · BF Games
* 8 yrs · Playwright · TypeScript · CI/CD
* ═══════════════════════════════════════════
*
* LinkedIn → in/kozieradzkikamil
* GitHub → @kacoze
*
* ← explore the sidebar: about.md, package.json, README.md
*/
import { describe, it, expect } from '@playwright/test';
import { profile, team, stack, availability } from 'fixtures';
describe('Kamil Kozieradzki', () => {
describe('experience', () => {
it('8 yrs at BF Games — sportsbook & casino platforms', () =>
expect(profile.tenure).toBeGreaterThanOrEqual(8));
it('covers frontend & backend — multiple brands', () =>
expect(profile.scope).toContain('full-stack QA'));
});
describe('leadership', () => {
it('leads 8-person unified QA & automation team', () =>
expect(team.size).toBe(8));
it('designs test strategy for multi-service systems', () =>
expect(team.strategy).toInclude('CI/CD quality gates'));
it('coordinates QA across multiple development teams', () =>
expect(team.coordination).toBe('cross-functional'));
});
describe('expertise', () => {
it('Playwright + TypeScript — primary E2E stack', () =>
expect(stack.automation).toMatchObject({ framework: 'Playwright', language: 'TypeScript' }));
it('Jenkins + GitHub Actions CI/CD integration', () =>
expect(stack.ci).toEqual(['Jenkins', 'GitHub Actions']);
it('frontend background — TypeScript, developer mindset', () =>
expect(profile.background).toBe('frontend dev'));
});
describe('availability', () => {
it('open for consulting engagements', () =>
expect(availability.consulting).toBe(true));
it('not looking for full-time positions', () =>
expect(availability.fulltime).toBe(false));
});
});
Welcome to kamil-portfolio. Type help for commands.
 
kamil@local kamil-portfolio % npx playwright test --project=kamil.spec
 
Running 10 tests using 1 worker
 
experience › 8 yrs at BF Games 0.58s
experience › covers frontend & backend 0.29s
 
leadership › leads QA & automation team 0.25s
leadership › designs test strategy 0.27s
leadership › coordinates QA across teams 0.25s
 
expertise › Playwright + TypeScript 0.28s
expertise › Jenkins + GitHub Actions 0.25s
expertise › frontend background 0.26s
 
availability › open for consulting 0.27s
availability › not looking for full-time 0.28s
 
10 passed (4.0s)
 
kamil@local kamil-portfolio %
⎇ main ↓0 ↑0 ⊗ 0 ⚠ 0
UTF-8 LF ✓ Prettier