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

test: add e2e tests for built in routes #3669

Merged
merged 2 commits into from
Aug 18, 2021
Merged

Conversation

snitin315
Copy link
Member

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Motivation / Use-Case

add e2e tests for built in routes.

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #3669 (d615f3f) into master (b6c1881) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3669   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files          15       15           
  Lines        1312     1312           
  Branches      451      451           
=======================================
  Hits         1229     1229           
  Misses         76       76           
  Partials        7        7           

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 b6c1881...d615f3f. Read the comment docs.

afterEach(async () => {
await browser.close();
await server.stop();
});
Copy link
Member

Choose a reason for hiding this comment

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

This is the right way, we should rewrite all our test on this, it is better for debug and testing, it was in my roadmap, so feel free to do it

@alexander-akait alexander-akait merged commit 8915fb8 into master Aug 18, 2021
@alexander-akait alexander-akait deleted the e2e-built-in-routes branch August 18, 2021 10:33
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