{"id":22546559,"url":"https://github.com/prx/acceptance-tests","last_synced_at":"2025-10-11T12:44:01.964Z","repository":{"id":152413789,"uuid":"621423361","full_name":"PRX/acceptance-tests","owner":"PRX","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-04T15:17:59.000Z","size":252,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-04T16:27:25.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PRX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-30T16:22:31.000Z","updated_at":"2025-03-04T15:15:07.000Z","dependencies_parsed_at":"2024-02-05T18:28:09.215Z","dependency_job_id":"9cfd428e-f0e8-4a44-bf7c-411c514af473","html_url":"https://github.com/PRX/acceptance-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRX%2Facceptance-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRX%2Facceptance-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRX%2Facceptance-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRX%2Facceptance-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRX","download_url":"https://codeload.github.com/PRX/acceptance-tests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245999320,"owners_count":20707554,"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":[],"created_at":"2024-12-07T15:08:12.778Z","updated_at":"2025-10-11T12:43:56.915Z","avatar_url":"https://github.com/PRX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PRX Acceptance Tests\n\nAcceptance tests for PRX systems using Cypress.\n\n## What is Cypress?\n\nCypress is a next-generation front end testing tool built for the modern web.\nIt enables you to write all types of tests:\n- End-to-end tests\n- Integration tests\n- Unit tests\n\nWe're using E2E tests to cover core functionality of apps at PRX.\n\n## Requirements\n\n- [Node.js](https://nodejs.org/) (preferably managed with [asdf](https://github.com/asdf-vm/asdf))\n- [Yarn](https://yarnpkg.com/) (You can install Yarn via Homebrew `brew install yarn`)\n\n## Installation\n\n1. Clone this repository\n2. Install dependencies:\n   ```sh\n   yarn install\n   ```\n3. Configure your test user/pass/fixtures:\n   ```sh\n   cp env-example .env\n   # Edit .env with your settings\n   ```\n\n## Running Tests\n\nThere are two main ways to run Cypress tests:\n\n### Headless Mode (Run)\n\nRun tests in headless mode:\n```sh\nyarn test\n```\n\nThis command runs all tests in the terminal without opening a browser window.\nIt's useful for continuous integration environments or when you want to quickly\nrun all tests.\n\n### Interactive Mode (Open)\n\nOpen Cypress Test Runner:\n```sh\nyarn start\n```\n\nThis command opens the Cypress Test Runner, a graphical user interface that allows you to:\n- See all test files\n- Choose specific tests to run\n- Watch tests run in real time in the browser\n- Debug tests using browser developer tools\n\nThe Test Runner is particularly useful during test development and debugging --\nYou can set a `debugger` statement or inspect the DOM using familiar chrome\ndebugger tools.\n\n## Writing Tests\n\nCypress tests are located in the `cypress/e2e` directory. To create a new test:\n\n1. Create a new `.cy.ts` file in the `cypress/e2e` directory\n2. Write your test using Cypress commands\n3. Run your test using the Cypress Test Runner or command line\n\nFor more information on writing Cypress tests, refer to the [Cypress Documentation](https://docs.cypress.io/).\n\n## License\n\n[MIT License](LICENSE)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (git checkout -b feat/my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin feat/my-new-feature)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprx%2Facceptance-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprx%2Facceptance-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprx%2Facceptance-tests/lists"}