Page MenuHomeDevCentral

Test Auth Grove (login.nasqueron.org)
ClosedPublic

Authored by dereckson on Jul 26 2016, 20:57.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 07:39
Unknown Object (File)
Wed, Nov 20, 06:51
Unknown Object (File)
Tue, Nov 19, 16:44
Unknown Object (File)
Tue, Nov 19, 15:42
Unknown Object (File)
Tue, Nov 19, 12:43
Unknown Object (File)
Tue, Nov 19, 05:09
Unknown Object (File)
Tue, Nov 5, 23:45
Unknown Object (File)
Tue, Nov 5, 23:07
Subscribers
None

Details

Summary

The login application contains a /status route returning a 200 "ALIVE"
to ease monitoring since c494df36.

Basic homepage http/https redirections can be tested too:

  • nginx redirects traffic from http to https with a 301 code
  • the app redirects / to /auth/login when user isn't logged in with a 302 code

Finally, during development and deployment, we noticed URL issues.
We so test the homepage offers links to expected URL, and not
http://localhost or something else.

Test Plan

Run tests

Diff Detail

Repository
rTESTSPRODENV Test suite for operations: prod-environment-behaves-correctly
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to [Test] Test Auth Grove (login.nasqueron.org).
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Jul 29 2016, 23:11
dereckson retitled this revision from [Test] Test Auth Grove (login.nasqueron.org) to Test Auth Grove (login.nasqueron.org).
dereckson edited edge metadata.

Moved to new repository.

This revision is now accepted and ready to land.Jul 30 2016, 13:52
This revision was automatically updated to reflect the committed changes.