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

Run Javascript tests on default bundle exec rake #1775

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

vanitabarrett
Copy link
Contributor

@vanitabarrett vanitabarrett commented Jun 27, 2019

What

Expands the default task (bundle exec rake) to include spec:javascript.

Why

At the moment, Javascript tests aren't run when you run bundle exec rake - they are only run when running bundle exec rake spec:javascript. This means failing tests can go unnoticed until you push to Github and the build fails on CI.

Note: the Jenkins build remains unchanged, as it already runs test and spec:javascript separately

At the moment, Javascript tests aren't run when you run `bundle exec rake`.
They are only run when running `bundle exec rake spec:javascript`.
This can mean failing tests go unnoticed until you push to Github and the build fails on CI.

This expands the default task to include `spec:javascript`.
Copy link
Contributor

@alex-ju alex-ju left a comment

Choose a reason for hiding this comment

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

Looks good 👍 e2e fails though, but I don't think it's from this change.

Copy link
Contributor

@andysellick andysellick left a comment

Choose a reason for hiding this comment

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

Great stuff!

@vanitabarrett vanitabarrett merged commit 3df6f4e into master Jun 28, 2019
@vanitabarrett vanitabarrett deleted the run-js-tests-default branch June 28, 2019 08:24
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.

3 participants