We have not set out to use a certain testing environment for this project which one should we use
Originally created by @Stefan-5422 on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/detleph/server/issues/7
Originally assigned to: @stephan418 on GitHub.
We have not set out to use a certain testing environment for this project which one should we use
Do you mean an enviroment to test the code ourselves (such as insomnia) or do you want write automated test for the whole code (Unit / Integration tests)?
<!-- gh-comment-id:945079009 -->
@stephan418 commented on GitHub (Oct 17, 2021):
Do you mean an enviroment to test the code ourselves (such as insomnia) or do you want write automated test for the whole code (Unit / Integration tests)?
Unit/Intigration tests to make this project even more overkill than it already is
<!-- gh-comment-id:945082494 -->
@Stefan-5422 commented on GitHub (Oct 17, 2021):
Unit/Intigration tests to make this project even more overkill than it already is
So you want to write tests? Do you want to use TDD or just write tests to make sure code isn't broken / gets broken in the future?
<!-- gh-comment-id:945100186 -->
@stephan418 commented on GitHub (Oct 17, 2021):
So you want to write tests? Do you want to use TDD or just write tests to make sure code isn't broken / gets broken in the future?
Do you want to use TDD or just write tests to make sure code isn't broken / gets broken in the future?
Fully Test Driven Development would be too much of a pain, but I would write tests for every endpoint to just check that everything works as it should. In normal use cases
<!-- gh-comment-id:945104606 -->
@Stefan-5422 commented on GitHub (Oct 17, 2021):
> Do you want to use TDD or just write tests to make sure code isn't broken / gets broken in the future?
Fully Test Driven Development would be too much of a pain, but I would write tests for every endpoint to just check that everything works as it should. In normal use cases
Okay, are there any frameworks / runners that work both for frontend and backend testing? Just to keep the tooling as uniform as possible across the project.
<!-- gh-comment-id:945105983 -->
@stephan418 commented on GitHub (Oct 17, 2021):
Okay, are there any frameworks / runners that work both for frontend and backend testing? Just to keep the tooling as uniform as possible across the project.
Looks good. Could you look into how to write simple test with mocha and other tools (probably assertion stuff and so on) both on the frontend and backend until tomorrow? Just some basic tests so we can discuss this more in-depth.
<!-- gh-comment-id:945109603 -->
@stephan418 commented on GitHub (Oct 17, 2021):
Looks good. Could you look into how to write simple test with mocha and other tools (probably assertion stuff and so on) both on the frontend and backend until tomorrow? Just some basic tests so we can discuss this more in-depth.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Stefan-5422 on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/detleph/server/issues/7
Originally assigned to: @stephan418 on GitHub.
We have not set out to use a certain testing environment for this project which one should we use
@stephan418 commented on GitHub (Oct 17, 2021):
Do you mean an enviroment to test the code ourselves (such as insomnia) or do you want write automated test for the whole code (Unit / Integration tests)?
@Stefan-5422 commented on GitHub (Oct 17, 2021):
Unit/Intigration tests to make this project even more overkill than it already is
@stephan418 commented on GitHub (Oct 17, 2021):
So you want to write tests? Do you want to use TDD or just write tests to make sure code isn't broken / gets broken in the future?
@Stefan-5422 commented on GitHub (Oct 17, 2021):
Fully Test Driven Development would be too much of a pain, but I would write tests for every endpoint to just check that everything works as it should. In normal use cases
@stephan418 commented on GitHub (Oct 17, 2021):
Okay, are there any frameworks / runners that work both for frontend and backend testing? Just to keep the tooling as uniform as possible across the project.
@Stefan-5422 commented on GitHub (Oct 17, 2021):
I think mocha should support both.
@stephan418 commented on GitHub (Oct 17, 2021):
Looks good. Could you look into how to write simple test with mocha and other tools (probably assertion stuff and so on) both on the frontend and backend until tomorrow? Just some basic tests so we can discuss this more in-depth.
@Stefan-5422 commented on GitHub (Oct 17, 2021):
Will do.