-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added README describing our presentation proposal (#1593)
* added README describing our presentation proposal * updated readme to fit the expected format
- Loading branch information
1 parent
ce1c002
commit ea73cd1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
contributions/presentation/week2-testing-and-CI/perarn-phisal/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,22 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
Comparison of different JS testing frameworks for web applications. | ||
|
||
## Names and KTH ID | ||
|
||
- Per Arn (perarn@kth.se) | ||
- Philip Salqvist (phisal@kth.se) | ||
|
||
## Deadline | ||
|
||
Task 1 | ||
|
||
## Category | ||
|
||
Presentation | ||
|
||
## Description | ||
With the emergence of the NodeJS ecosystem, JavaScript became universally usable on both the frontend and backend side. However, with a multitude of developers being part of this ecosystem, one has the option to choose from a huge selection of tools. Unit and integration testing are an integral part of a consistent software stack, but what are the best tools for each area? | ||
|
||
This presentation will give an overview of various unit testing as well as integration testing frameworks that exist in this space, considering both pure JavaScript as well as more advanced environments like React and Express. Thus, we will compare the various frameworks and present their applicability to some of the most common JavaScript-based environments. |