From 4b8dff656152299a0ae37b3e37ce7c86ad930c7d Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:44:22 -0700 Subject: [PATCH] chore(curriculum): remove test automation block (#59470) --- client/i18n/locales/english/intro.json | 6 --- .../index.md | 9 ---- .../meta.json | 43 ------------------- .../67d1d8eee34b02592220bf59.md | 33 -------------- .../67d3002007a497a2e305c1f3.md | 33 -------------- .../67d3003531cf16a362db2c68.md | 33 -------------- .../67d30063b546dea3cacbfce9.md | 33 -------------- .../67d3008f8d6a99a49187077c.md | 33 -------------- .../67d300a81c5870a55155848c.md | 33 -------------- .../67d300c21a1da3a5c281d928.md | 33 -------------- .../67d300ef009a77a641543b7a.md | 33 -------------- .../superblock-structure/full-stack.json | 1 - 12 files changed, 323 deletions(-) delete mode 100644 client/src/pages/learn/full-stack-developer/lecture-understanding-test-automation/index.md delete mode 100644 curriculum/challenges/_meta/lecture-understanding-test-automation/meta.json delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d1d8eee34b02592220bf59.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3002007a497a2e305c1f3.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3003531cf16a362db2c68.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d30063b546dea3cacbfce9.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3008f8d6a99a49187077c.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300a81c5870a55155848c.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300c21a1da3a5c281d928.md delete mode 100644 curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300ef009a77a641543b7a.md diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index f2c7f9033e5..a37747a33a9 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -3548,12 +3548,6 @@ "In these lecture videos, you will learn about the different types of testing." ] }, - "lecture-understanding-test-automation": { - "title": "Understanding Test Automation", - "intro": [ - "In these lecture videos, you will learn about test automation." - ] - }, "review-testing": { "title": "Testing Review", "intro": ["Review testing concepts to prepare for the upcoming quiz."] diff --git a/client/src/pages/learn/full-stack-developer/lecture-understanding-test-automation/index.md b/client/src/pages/learn/full-stack-developer/lecture-understanding-test-automation/index.md deleted file mode 100644 index cce426cff58..00000000000 --- a/client/src/pages/learn/full-stack-developer/lecture-understanding-test-automation/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Introduction to Understanding Test Automation -block: lecture-understanding-test-automation -superBlock: full-stack-developer ---- - -## Introduction to Understanding Test Automation - -Learn about Understanding Test Automation in these lectures. diff --git a/curriculum/challenges/_meta/lecture-understanding-test-automation/meta.json b/curriculum/challenges/_meta/lecture-understanding-test-automation/meta.json deleted file mode 100644 index 6958be97c07..00000000000 --- a/curriculum/challenges/_meta/lecture-understanding-test-automation/meta.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Understanding Test Automation", - "blockType": "lecture", - "blockLayout": "challenge-list", - "isUpcomingChange": true, - "dashedName": "lecture-understanding-test-automation", - "superBlock": "full-stack-developer", - "challengeOrder": [ - { - "id": "67d1d8eee34b02592220bf59", - "title": "What Does the Typical Process Look Like for Performing Automated Tests?" - }, - { - "id": "67d3002007a497a2e305c1f3", - "title": "What Are Some Tools You Can Use to Run Automated Tests?" - }, - { - "id": "67d3003531cf16a362db2c68", - "title": "How Can Accessibility Testing Be Automated?" - }, - { - "id": "67d30063b546dea3cacbfce9", - "title": "How Can You Use a Combination of Physical Devices and Virtual Machines for Automated Testing?" - }, - { - "id": "67d3008f8d6a99a49187077c", - "title": "What Are Some Cloud-Based Services You Can Use for Automated Cross-Browser Functional Testing?" - }, - { - "id": "67d300a81c5870a55155848c", - "title": "What Is CI/CD, and How Does It Work?" - }, - { - "id": "67d300c21a1da3a5c281d928", - "title": "How Can You Set Up Automated Tests on GitHub?" - }, - { - "id": "67d300ef009a77a641543b7a", - "title": "How Can You Work with Tools Like CircleCI or Travis CI?" - } - ], - "helpCategory": "JavaScript" -} \ No newline at end of file diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d1d8eee34b02592220bf59.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d1d8eee34b02592220bf59.md deleted file mode 100644 index 211412e85d4..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d1d8eee34b02592220bf59.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d1d8eee34b02592220bf59 -title: What Does the Typical Process Look Like for Performing Automated Tests? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: what-does-the-typical-process-look-like-for-performing-automated-tests ---- - -# --description-- - -Watch the video lecture and answer the questions below. - -# --questions-- - -## --text-- - -What Does the Typical Process Look Like for Performing Automated Tests? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3002007a497a2e305c1f3.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3002007a497a2e305c1f3.md deleted file mode 100644 index 719c90d5545..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3002007a497a2e305c1f3.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d3002007a497a2e305c1f3 -title: What Are Some Tools You Can Use to Run Automated Tests? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: what-are-some-tools-you-can-use-to-run-automated-tests ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -What Are Some Tools You Can Use to Run Automated Tests? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3003531cf16a362db2c68.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3003531cf16a362db2c68.md deleted file mode 100644 index 0c77ca080ba..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3003531cf16a362db2c68.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d3003531cf16a362db2c68 -title: How Can Accessibility Testing Be Automated? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: how-can-accessibility-testing-be-automated ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -How Can Accessibility Testing Be Automated? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d30063b546dea3cacbfce9.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d30063b546dea3cacbfce9.md deleted file mode 100644 index 5b94bc99f71..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d30063b546dea3cacbfce9.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d30063b546dea3cacbfce9 -title: How Can You Use a Combination of Physical Devices and Virtual Machines for Automated Testing? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: how-can-you-use-a-combination-of-physical-devices-and-virtual-machines-for-automated-testing ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -How Can You Use a Combination of Physical Devices and Virtual Machines for Automated Testing? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3008f8d6a99a49187077c.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3008f8d6a99a49187077c.md deleted file mode 100644 index 18488f1bdf2..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d3008f8d6a99a49187077c.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d3008f8d6a99a49187077c -title: What Are Some Cloud-Based Services You Can Use for Automated Cross-Browser Functional Testing? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: what-are-some-cloud-based-servies-you-can-use-for-automated-cross-browser-functional-testing ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -What Are Some Cloud-Based Services You Can Use for Automated Cross-Browser Functional Testing? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300a81c5870a55155848c.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300a81c5870a55155848c.md deleted file mode 100644 index 9fc04af61ce..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300a81c5870a55155848c.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d300a81c5870a55155848c -title: What Is CI/CD, and How Does It Work? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: what-is-cicd-and-how-does-it-work ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -What Is CI/CD, and How Does It Work? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300c21a1da3a5c281d928.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300c21a1da3a5c281d928.md deleted file mode 100644 index f53ad23ad14..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300c21a1da3a5c281d928.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d300c21a1da3a5c281d928 -title: How Can You Set Up Automated Tests on GitHub? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: how-can-you-set-up-automated-tests-on-github ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -How Can You Set Up Automated Tests on GitHub? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300ef009a77a641543b7a.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300ef009a77a641543b7a.md deleted file mode 100644 index 6bf4bed2722..00000000000 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-test-automation/67d300ef009a77a641543b7a.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: 67d300ef009a77a641543b7a -title: How Can You Work with Tools Like CircleCI or Travis CI? -challengeType: 11 -videoId: nVAaxZ34khk -dashedName: how-can-you-work-with-tools-like-circleci-or-travis-ci ---- - -# --description-- - -Watch the lecture video and answer the questions below. - -# --questions-- - -## --text-- - -How Can You Work with Tools Like CircleCI or Travis CI? question? - -## --answers-- - -Answer 1 - ---- - -Answer 2 - ---- - -Answer 3 - -## --video-solution-- - -1 diff --git a/curriculum/superblock-structure/full-stack.json b/curriculum/superblock-structure/full-stack.json index 8936553741f..5a4707f7d31 100644 --- a/curriculum/superblock-structure/full-stack.json +++ b/curriculum/superblock-structure/full-stack.json @@ -633,7 +633,6 @@ { "dashedName": "lecture-understanding-the-different-types-of-testing" }, - { "dashedName": "lecture-understanding-test-automation" }, { "dashedName": "review-testing" }, { "dashedName": "quiz-testing" } ]