Skip to content

Testing improvements #4863

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 5 commits into from
Jul 1, 2018
Merged

Testing improvements #4863

merged 5 commits into from
Jul 1, 2018

Conversation

flovilmart
Copy link
Contributor

No description provided.

@flovilmart flovilmart requested a review from acinader June 30, 2018 20:03
acinader
acinader previously approved these changes Jun 30, 2018
jasmine.DEFAULT_TIMEOUT_INTERVAL = process.env.PARSE_SERVER_TEST_TIMEOUT || 5000;

jasmine.getEnv().clearReporters();
jasmine.getEnv().addReporter(new SpecReporter());
jasmine.getEnv().addReporter(new SpecReporter({ colors: { enabled: supportsColor.stdout }}));
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@codecov
Copy link

codecov bot commented Jun 30, 2018

Codecov Report

Merging #4863 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4863      +/-   ##
==========================================
+ Coverage   92.75%   92.83%   +0.07%     
==========================================
  Files         119      119              
  Lines        8825     8818       -7     
==========================================
  Hits         8186     8186              
+ Misses        639      632       -7
Impacted Files Coverage Δ
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 92.13% <ø> (+1.35%) ⬆️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.29% <0%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 585938c...87614e0. Read the comment docs.

@flovilmart flovilmart merged commit e97df07 into master Jul 1, 2018
@flovilmart flovilmart deleted the testing-improvements branch July 1, 2018 04:00
flovilmart added a commit that referenced this pull request Aug 12, 2018
* Adds supports-color so spec reporter dont output colors when not supported

* Adds babelrc so breakpoints dont jump around in specs

* Rename test to avoid duplicated name

* Removes unused methods

* Better naming for it_exclude
flovilmart added a commit that referenced this pull request Aug 12, 2018
* Adds supports-color so spec reporter dont output colors when not supported

* Adds babelrc so breakpoints dont jump around in specs

* Rename test to avoid duplicated name

* Removes unused methods

* Better naming for it_exclude
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
* Adds supports-color so spec reporter dont output colors when not supported

* Adds babelrc so breakpoints dont jump around in specs

* Rename test to avoid duplicated name

* Removes unused methods

* Better naming for it_exclude
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