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

Executable tutorial: How to automate E2E-testing in React & Jest, using Github actions. #1589

Merged
merged 2 commits into from
Mar 24, 2022
Merged
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
23 changes: 23 additions & 0 deletions contributions/executable-tutorial/sjovald-zapata/README.md
Original file line number Diff line number Diff line change
@@ -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.