Skip to content

Commit

Permalink
added README describing our presentation proposal (#1593)
Browse files Browse the repository at this point in the history
* added README describing our presentation proposal

* updated readme to fit the expected format
  • Loading branch information
ArnPellesGit authored Mar 28, 2022
1 parent ce1c002 commit ea73cd1
Showing 1 changed file with 22 additions and 0 deletions.
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.

0 comments on commit ea73cd1

Please sign in to comment.