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

Adding frontend testing #31

Closed
damienbod opened this issue Nov 23, 2016 · 3 comments
Closed

Adding frontend testing #31

damienbod opened this issue Nov 23, 2016 · 3 comments

Comments

@damienbod
Copy link
Owner

No description provided.

@robisim74
Copy link
Collaborator

@damienbod @FabianGosebrink

I added Angular testing:

  • I created angularApp/tests folder for .spec.ts files: but all the specs files in angularApp will be used if they will be put next to the things they test
  • I added karma.conf.js for Karma test runner
  • I created config folder in the root of the project, and I added there webpack.test.js file used by Karma to build the test and spec.bundle.js that contains its context: I think we should move other configuration files in this folder, because they are growing...
  • I updated the README with an essential explanation of the tests (feel free to extend it!)

Greetings,
Roberto

@damienbod
Copy link
Owner Author

excellent, thanks a million

@FabianGosebrink
Copy link
Collaborator

Looks great, thanks a lot @robisim74 !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants