mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Cypress tests for OAuth login
This commit is contained in:
@ -1,16 +1,10 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
const { curry } = require("lodash");
|
||||
|
||||
// WIP
|
||||
|
||||
describe('LDAP with Authentik', () => {
|
||||
let token;
|
||||
if (Cypress.env('stack') === 'postgres') {
|
||||
|
||||
before(() => {
|
||||
cy.task('log', 'STACK IS: ' + Cypress.env('stack'));
|
||||
|
||||
cy.resetUsers();
|
||||
cy.getToken().then((tok) => {
|
||||
token = tok;
|
||||
|
Reference in New Issue
Block a user