Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adiciona cursos e formações referentes a testes com Testing Library, Jest e Cypress #211

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion _data/cards/pt_BR/cypress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Cypress
logo:
logo:
short-description:
key-objectives:
- Criar e executar testes
Expand All @@ -21,6 +21,15 @@ alura-contents:
- type: YOUTUBE
title: "Alura: Testes em Javascript - Alura Live 50"
link: https://www.youtube.com/watch?v=r1rndQwFLMY
- type: COURSE
title: "Curso React: escreva testes end to end com Cypress"
link: https://cursos.alura.com.br/course/react-escreva-testes-end-to-end-cypress
- type: COURSE
title: "Curso React: avançando em testes e2e com Cypress"
link: https://cursos.alura.com.br/course/react-avancando-testes-e2e-cypress
- type: COURSE
title: "Formação Melhore sua aplicação React com testes automatizados"
link: https://cursos.alura.com.br/formacao-react-testes-automatizados
- type: SITE
title: "Primeiras aulas do curso Cypress: automação de testes E2E"
link: https://www.alura.com.br/conteudo/cypress-automacao-testes-e2e
Expand Down
12 changes: 9 additions & 3 deletions _data/cards/pt_BR/jest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Jest
logo:
logo:
short-description:
key-objectives:
- Testar componentes
Expand All @@ -12,12 +12,18 @@ contents:
title: "Jest: Documentação"
link: https://jestjs.io/pt-BR/docs/getting-started
- type: SITE
title: "React: Documentação - Visão Geral sobre Testes"
link: https://pt-br.reactjs.org/docs/testing.html#gatsby-focus-wrapper
title: "React: Documentação - Receitas de Testes"
link: https://pt-br.legacy.reactjs.org/docs/testing-recipes.html
- type: YOUTUBE
title: "Washington Developer: React: Teste seus componentes | Jest | Testing Library"
link: https://www.youtube.com/watch?v=pbwXsjVEMqg
- type: YOUTUBE
title: "Matheus Castiglioni: Jest - Iniciando com testes e TDD"
link: https://www.youtube.com/watch?v=sLx00kXPoTg
alura-contents:
- type: COURSE
title: "Curso React: testando os seus componentes"
link: https://cursos.alura.com.br/course/react-testando-componentes
- type: COURSE
title: "Formação Melhore sua aplicação React com testes automatizados"
link: https://cursos.alura.com.br/formacao-react-testes-automatizados
12 changes: 9 additions & 3 deletions _data/cards/pt_BR/react-testing-library.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: React Testing Library
logo:
logo:
short-description:
key-objectives:
- A React Testing Library se baseia na DOM Testing Library adicionando APIs para trabalhar com componentes React. É um conjunto de auxiliares que permitem testar componentes React sem depender de seus detalhes de implementação.
Expand All @@ -17,5 +17,11 @@ contents:
link: https://testing-library.com/docs/react-testing-library/intro/
alura-contents:
- type: COURSE
title: "Curso React: automatizando os testes em aplicações front-end"
link: https://www.alura.com.br/curso-online-react-automatizando-testes
title: "Curso React JS: crie testes com Jest e Testing Library e garanta o funcionamento do Front-end"
link: https://cursos.alura.com.br/course/react-js-testes-automatizados-front-end
- type: COURSE
title: "Formação Melhore sua aplicação React com testes automatizados"
link: https://cursos.alura.com.br/formacao-react-testes-automatizados
- type: COURSE
title: "Curso React: testando os seus componentes"
link: https://cursos.alura.com.br/course/react-testando-componentes