iotanetwork / website

The Official website for IEN
https://iotaevangelist.network
0 stars 0 forks source link

Add Test Cases #4

Open anistark opened 6 years ago

anistark commented 6 years ago

Test cases for scenarios like:

  1. UI loaded.
  2. DB models loaded.
ghost commented 6 years ago

@anistark can you explain a little what exactly to test for ?

anistark commented 6 years ago

To write test cases for every scenario. So that later on at every pushed commit, the test cases make sure that the commit doesn't break any other part of the project.

anistark commented 6 years ago

Here's a few testing frameworks that we can use for these purposes:

  1. Mocha
  2. Chai