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

added README describing our presentation proposal #1593

Merged
merged 2 commits into from
Mar 28, 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
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.