Releases: Financial-Times/n-test
Releases · Financial-Times/n-test
Remove local HTTPS support and fix tests
Merge pull request #94 from Financial-Times/fix-broken-tests Fix broken tests
Pin Puppeteer to v1.9
Merge pull request #93 from jamesnicholls/pin-puppeteer-version Pin puppeteer version
Fail smoke test run when tests not run
This will make smoke tests fail if any tests are missed
Upgrade puppeteer, remove Saucelabs
- Unpin Puppeteer to use the latest version again
- Remove option for Saucelabs
Handle assertion errors when testing content
Merge pull request #88 from Financial-Times/allow-assertions-in-content Catch assertion fails in content checking
v1.10.1: Merge pull request #86 from Financial-Times/jsdom-fix
Fix Jest security error coming from jsdom
Ignore Certificat errors if NODE_ENV=development
Merge pull request #85 from Financial-Times/smoke-ignore-cert-errors Ignore certificate errors
Pin puppeteer dependency to v1.5.0
The latest release of puppeteer (v1.6.0) is causing errors in our smoke tests. We're pinning puppeteer to v1.5.0 until we can track down the cause of the issue.
Once we have n-test working with puppeteer v1.6.0, we can get back to pinning the puppeteer dependency more loosely i.e. v1.x.
Check the type for request headers passed via config
This change also introduces NTest*
error classes so that we can add specific error handling for errors thrown by n-test
itself.
Fix header setting for user tests to include navigation request
Fix user header check to include navigationRequest 🐿 v2.9.0