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

Final submission - How to automate E2E-testing in React & Jest, using Github actions. #1699

Merged
merged 1 commit into from
Apr 6, 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/assignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Executable Tutorial

## Description

This executable tutorial, created in Katacoda, will teach you how to perform End-to-end tests on React project using Jest & Puppeteer.
It consists of the following parts:

* Introduction to testing
* Getting to know the App
* The required functionality
* Testing in React
* E2E testing with Puppeteer
* Automation with GitHub Actions

## Links

* [Katacoda Tutorial](https://www.katacoda.com/brorsebastiansjovald/scenarios/react-e2e-testing-with-jest-and-puppeteer-using-github-actions)
* [Katacoda Repo](https://github.com/BrorSebastianSjovald/katacoda-scenarios)
* [Github repo with React code](https://github.com/lucianozapata/react-e2e-testing)

## Authors

* Luciano Zapata (zapata@kth.se) & Bror Sebastian Sjövald (sjovald@kth.se)