From 5bf78365dab78643e39332258c27d1c6c2e0ac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Evaldo?= Date: Tue, 21 May 2024 13:20:36 -0300 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20remove=20links=20privados=20e=20adi?= =?UTF-8?q?ciona=20novos=20conte=C3=BAdos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Links do Youtube da Alura privados foram removidos - Adicionados novos conteúdos sobre testes: 2 artigos, 1 Alura+ e 2 podcasts --- _data/cards/pt_BR/javascript-testing.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/_data/cards/pt_BR/javascript-testing.yaml b/_data/cards/pt_BR/javascript-testing.yaml index 41f0f42e6..ec6d49c1b 100644 --- a/_data/cards/pt_BR/javascript-testing.yaml +++ b/_data/cards/pt_BR/javascript-testing.yaml @@ -34,9 +34,18 @@ contents: title: "Hype IT Brasil: Testes Unitários com JASMINE" link: https://www.youtube.com/watch?v=tYe_5ufcka4 alura-contents: + - type: ARTICLE + title: "Tipos de testes: quais os principais e por que utilizá-los?" + link: https://www.alura.com.br/artigos/tipos-de-testes-principais-por-que-utiliza-los + - type: ARTICLE + title: "Dicas para desenvolver testes unitários e de integração no Front-end" + link: https://www.alura.com.br/artigos/dicas-desenvolver-testes-unitarios-integracao-front-end - type: YOUTUBE - title: "Alura: Curso de Jasmine: Testes automatizados em JavaScript" - link: https://www.youtube.com/watch?v=u9dD93mj9U4 - - type: YOUTUBE - title: "Alura: Testes em Javascript - Alura Live 50" - link: https://www.youtube.com/watch?v=HgKRC14Ab5c + title: "Pirâmide de Testes" + link: https://www.youtube.com/watch?v=gVJ1Lap-JYA + - type: PODCAST + title: "TechGuide: Testes de Software – Hipsters Ponto Tech #382" + link: https://www.hipsters.tech/techguide-testes-de-software-hipsters-ponto-tech-382/ + - type: PODCAST + title: "Testes Automatizados – Hipsters #51" + link: https://www.hipsters.tech/testes-automatizados-hipsters-51/ From c58dc2d604bb11bb6d927626b7ee29fa677f4c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Carraro?= Date: Wed, 22 May 2024 15:35:28 +0200 Subject: [PATCH 2/2] Update javascript-testing.yaml --- _data/cards/pt_BR/javascript-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/cards/pt_BR/javascript-testing.yaml b/_data/cards/pt_BR/javascript-testing.yaml index ec6d49c1b..ba344b79b 100644 --- a/_data/cards/pt_BR/javascript-testing.yaml +++ b/_data/cards/pt_BR/javascript-testing.yaml @@ -44,7 +44,7 @@ alura-contents: title: "Pirâmide de Testes" link: https://www.youtube.com/watch?v=gVJ1Lap-JYA - type: PODCAST - title: "TechGuide: Testes de Software – Hipsters Ponto Tech #382" + title: "Testes de Software – Hipsters Ponto Tech #382" link: https://www.hipsters.tech/techguide-testes-de-software-hipsters-ponto-tech-382/ - type: PODCAST title: "Testes Automatizados – Hipsters #51"