Skip to content

Commit

Permalink
Update workflow name. Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 31, 2023
1 parent e6c9dad commit bad7416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run End-to-end Testing
name: End-to-end Testing
on:
workflow_run:
workflows: ['pages-build-deployment']
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The goal of this project is to provide a React with TypeScript starter applicati
- Unit Testing: [Jest](https://jestjs.io/) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- Code Analysis: [ES Lint](https://eslint.org/)
- Code Formatting: [Prettier](https://prettier.io/)
- End-to-End (E2E) Testing: [Cypress](https://www.cypress.io/)
- Accessibility Testing: [cypress-axe](https://www.npmjs.com/package/cypress-axe)
- End-to-End (E2E) Testing: [Cypress](https://www.cypress.io/) with [cypress-axe](https://www.npmjs.com/package/cypress-axe)
- Accessibility Testing: [Unlighthouse](https://unlighthouse.dev/)
- API support: [Axios](https://axios-http.com/) with [React Query](https://tanstack.com/query/v3/)
- Authentication support: [Keycloak](https://www.keycloak.org/)

Expand Down

0 comments on commit bad7416

Please sign in to comment.