{"id":24774942,"url":"https://github.com/brunobzs/playwright-api-test","last_synced_at":"2026-04-28T13:35:21.816Z","repository":{"id":274535855,"uuid":"923234216","full_name":"brunobzs/playwright-api-test","owner":"brunobzs","description":"Automated API Testing with Playwright","archived":false,"fork":false,"pushed_at":"2025-02-23T23:08:53.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T22:47:06.216Z","etag":null,"topics":["api-test","automation","automation-framework","automation-testing","javascript","playwright"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunobzs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-27T21:32:50.000Z","updated_at":"2025-02-23T23:08:56.000Z","dependencies_parsed_at":"2025-03-23T22:46:06.607Z","dependency_job_id":"bf2c05d2-7656-442a-ade0-28d4c28c75b1","html_url":"https://github.com/brunobzs/playwright-api-test","commit_stats":null,"previous_names":["brunobzs/playwright-api-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brunobzs/playwright-api-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobzs%2Fplaywright-api-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobzs%2Fplaywright-api-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobzs%2Fplaywright-api-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobzs%2Fplaywright-api-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunobzs","download_url":"https://codeload.github.com/brunobzs/playwright-api-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunobzs%2Fplaywright-api-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262382059,"owners_count":23302256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-test","automation","automation-framework","automation-testing","javascript","playwright"],"created_at":"2025-01-29T06:30:59.677Z","updated_at":"2026-04-28T13:35:16.797Z","avatar_url":"https://github.com/brunobzs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Testing Project with Playwright\n\nThis project uses [Playwright](https://playwright.dev/) to perform automated tests on the [ServRest API](https://serverest.dev/). The goal is to ensure that the main functionalities of the API are working correctly.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/brunobzs/playwright-api-test.git\n   cd playwright-api-test\n   ```\n\n2. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Install the necessary browsers for Playwright:\n   ```bash\n   npx playwright install --with-deps\n   ```\n\n## Running the Tests\n\nTo run the tests, use the following command:\n```bash\nnpx playwright test\n```\n## Project Structure\n```\n├── .github/workflows              # Contains the GitHub Actions configuration files\n│   └── playwright.yml             # Configuration for the CI pipeline to run Playwright tests.\n├── tests                          # Contains the test files\n│   ├── carrinho-test.spec.ts      # Authentication API Tests\n│   ├── login-test.spec.ts         # Login API Tests\n│   ├── produto-test.spec.ts       # Product API Tests\n│   └── usuario-test.spec.ts       # User API Tests\n├── playwright.config.ts           # Playwright configuration file.\n├── package.json                   # Contains the project dependencies and scripts.\n└── README.md                      # Project documentation\n```\n\n## CI Configuration\n\nThe project is configured to use GitHub Actions to run the tests automatically on each push or pull request to the `master` branch. The pipeline configuration is in the `.github/workflows/playwright.yml` file.\n\n## Dependencies\n\n- `@playwright/test`: Playwright's testing framework.\n- `@faker-js/faker`: Library to generate fake data for the tests.\n\n## Contribution\n\nFeel free to open issues and pull requests to contribute to the project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobzs%2Fplaywright-api-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunobzs%2Fplaywright-api-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobzs%2Fplaywright-api-test/lists"}