From 5fe1f5945145414637b3323d6bcc4f60d034321c Mon Sep 17 00:00:00 2001 From: lucianozapata <60700288+lucianozapata@users.noreply.github.com> Date: Thu, 24 Mar 2022 18:11:32 +0100 Subject: [PATCH] Executable tutorial: How to automate E2E-testing in React & Jest, using Github actions. (#1589) * Project proposal for Executable tutorial * fix: renamed itle --- .../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..77e9a26510 --- /dev/null +++ b/contributions/executable-tutorial/sjovald-zapata/README.md @@ -0,0 +1,23 @@ +# Assignment Proposal + +## Title + +How to automate E2E-testing written in React & 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.