1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/integration
Henrik Wenz ef01f13e5d Improve test setup (#5388)
* Update jest

* Let jest start chromedriver

This makes sure chromedriver always ends even if the test was canceled by the user.

* Properly close browser in production-config test

* Properly close browser in production/security test

* Properly close browser in export test

* Properly close browser in app-aspath test

* Remove taskr from project root

This isn’t needed anymore

* Readd taskr to project root (temporary)

* Improve global setup/teardown

* Properly close browser in basic/client-navigation test

Clicking an target=_blank link will open a second browser window. We can only close this by using broser.quit()
2018-10-07 15:04:43 +02:00
..
app-aspath Improve test setup (#5388) 2018-10-07 15:04:43 +02:00
app-document Factor out NextScript inline source (#4934) (#4939) 2018-08-14 11:05:25 -07:00
babel Fix Typescript HMR (#4689) 2018-06-28 20:07:41 +02:00
basic Improve test setup (#5388) 2018-10-07 15:04:43 +02:00
config Even more reliable error-recovery tests (#5284) 2018-09-26 01:04:15 +02:00
custom-server Upgrade standard.js (#4064) 2018-03-27 20:11:03 +02:00
dist-dir next-server (#5357) 2018-10-02 00:55:31 +02:00
export Improve test setup (#5388) 2018-10-07 15:04:43 +02:00
filesystempublicroutes Make exportPathMap / _next routes work with useFileSystemPublicRoutes disabled (#5131) 2018-09-09 22:32:23 +02:00
ondemand Even more reliable error-recovery tests (#5284) 2018-09-26 01:04:15 +02:00
page-extensions Fix Typescript HMR (#4689) 2018-06-28 20:07:41 +02:00
production Improve test setup (#5388) 2018-10-07 15:04:43 +02:00
production-config Improve test setup (#5388) 2018-10-07 15:04:43 +02:00
with-router Run method sorting codemod (#4909) 2018-08-06 20:53:06 -07:00