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

Integrate with Protractor for E2E testing Fixes #71 #85

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Janakshi28
Copy link
Contributor

No description provided.

@@ -0,0 +1 @@

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Server initialization part can be included here to get the server up and running before the test execution.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be needed even for geting the test coverage

"scripts": {
"test": "karma start karma.conf.js"
"test": "karma start karma.conf.js",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protractor test execution is needed to be appended to the test script either directly or via another script

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And how about integrating test coverage. It's an easy task doing it using ' nyc'

https://istanbul.js.org/docs/tutorials/

@@ -0,0 +1 @@

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be needed even for geting the test coverage

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

Successfully merging this pull request may close these issues.

2 participants