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

Circleci/2.0 #223

Merged
merged 13 commits into from Jun 6, 2018
Merged

Circleci/2.0 #223

merged 13 commits into from Jun 6, 2018

Conversation

t-buss
Copy link
Contributor

@t-buss t-buss commented Jun 4, 2018

Update project pipeline to CircleCI 2.0

This required a new CircleCI configuration file and some changes to the tests inheriting from AbstractWebTestTemplate, as CircleCI runs these tests atomic, not in batch (resulting in some fuzzy cross-test dependencies).
I also followed the boy scouts rule: "Always leave a place cleaner than you found it" and moved the mocking parts to the parent template class AbstractWebTestTemplate.
Now, the tests look much cleaner and do not concern themselves with mocking.

Right now, the mock data is loaded in Java code. It might be possible to move this data to xml configuration files, cleaning up the AbstractWebTestTemplate class.
This can be done in a future Pull Request.

@t-buss
Copy link
Contributor Author

t-buss commented Jun 5, 2018

Fixes #222 #220

@maximAtanasov maximAtanasov self-requested a review June 6, 2018 08:55
@maximAtanasov maximAtanasov merged commit 4c9e666 into master Jun 6, 2018
@t-buss t-buss deleted the circleci/2.0 branch June 6, 2018 11:32
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.

None yet

2 participants