Skip to content

feat(protractor): add e2e tests in CI #837

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

Merged
merged 24 commits into from
May 10, 2016
Merged

feat(protractor): add e2e tests in CI #837

merged 24 commits into from
May 10, 2016

Conversation

Shyam-Chen
Copy link
Contributor

@Shyam-Chen Shyam-Chen commented May 10, 2016

Closes #732

@mgechev
Copy link
Owner

mgechev commented May 10, 2016

@Shyam-Chen awesome! The build is passing now. Are we ready to merge?

@@ -28,7 +28,7 @@
"serve.prod": "gulp serve.prod --color",
"start": "gulp serve.dev --color",
"tasks.list": "gulp --tasks-simple --color",
"test": "gulp test --color",
"test": "gulp test --color && gulp build.prod --color && gulp build.js.e2e --color && gulp e2e --color",
Copy link
Owner

Choose a reason for hiding this comment

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

Lets move gulp e2e to a script called e2e and thus:

npm run e2e

Most developers will expect to run only karma when run npm t.

Copy link
Owner

@mgechev mgechev May 10, 2016

Choose a reason for hiding this comment

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

Also, we can have npm run tests.all which runs both npm test && npm run e2e. This command can be used in CI.

@mgechev
Copy link
Owner

mgechev commented May 10, 2016

@Shyam-Chen really awesome job! Left some minor comments.

@Shyam-Chen
Copy link
Contributor Author

OK

@mgechev
Copy link
Owner

mgechev commented May 10, 2016

LGMT! @Shyam-Chen ready for merge?

@Shyam-Chen
Copy link
Contributor Author

merge

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