-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Executable tutorial: How to automate E2E-testing in React & Jest, usi…
…ng Github actions. (#1589) * Project proposal for Executable tutorial * fix: renamed itle
- Loading branch information
1 parent
963c16f
commit 5fe1f59
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
contributions/executable-tutorial/sjovald-zapata/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected]) | ||
- Bror Sebastian Sjövald ([email protected]) | ||
|
||
## 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. |