From 4f74bbafec5e6060e24f4d4379011e254cfa089e Mon Sep 17 00:00:00 2001 From: Luciano Date: Thu, 24 Mar 2022 15:59:53 +0100 Subject: [PATCH 1/2] Project proposal for Executable tutorial --- .../sjovald-zapata/README.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contributions/executable-tutorial/sjovald-zapata/README.md diff --git a/contributions/executable-tutorial/sjovald-zapata/README.md b/contributions/executable-tutorial/sjovald-zapata/README.md new file mode 100644 index 0000000000..5e01e16648 --- /dev/null +++ b/contributions/executable-tutorial/sjovald-zapata/README.md @@ -0,0 +1,23 @@ +# Assignment Proposal + +## Title + +How to automate E2E-testing with Jest using Github actions + +## Names and KTH ID + +- Luciano Zapata (zapata@kth.se) +- Bror Sebastian Sjövald (sjovald@kth.se) + +## Deadline + +Task 1 + +## Category + +Executable tutorial + +## Description + +Our tutorial will teach any user how to create E2E tests in React using Jest, and then automate the process using Github Actions. We are planning to use katacoda to demonstrate and visualize the process. +The react app will be made using simple create-reactapp and will be hosted on github. We will also explain why e2e are good and important in DevOps. From 173d468a5bbfaaedae2322a1e71379a05bce38d5 Mon Sep 17 00:00:00 2001 From: Luciano Date: Thu, 24 Mar 2022 16:04:33 +0100 Subject: [PATCH 2/2] fix: renamed itle --- contributions/executable-tutorial/sjovald-zapata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/executable-tutorial/sjovald-zapata/README.md b/contributions/executable-tutorial/sjovald-zapata/README.md index 5e01e16648..77e9a26510 100644 --- a/contributions/executable-tutorial/sjovald-zapata/README.md +++ b/contributions/executable-tutorial/sjovald-zapata/README.md @@ -2,7 +2,7 @@ ## Title -How to automate E2E-testing with Jest using Github actions +How to automate E2E-testing written in React & Jest, using Github actions. ## Names and KTH ID