removing neoclassic skin

This commit is contained in:
Fernando Ontiveros
2025-04-13 15:23:31 +00:00
parent eaa750ef1d
commit 8e09008402
1791 changed files with 8973 additions and 14885 deletions

View File

@@ -4,7 +4,7 @@ Feature: Generate token Grant type - Authorization Code
a workspace with open session and installed application
# OAUTH /en/neoclassic/oauth2
# OAUTH /en/lurana/oauth2
# In order to generate a new token create a new CLIENT_ID and CLIENT_SECRET
Scenario Outline: Create new CLIENT_ID and CLIENT_SECRET in order to generate a new token
Given OAUTH register an application
@@ -20,8 +20,8 @@ Feature: Generate token Grant type - Authorization Code
Examples:
| Description | application_number | application_name | application_description | application_website | application_redirectUri |
| Create token normal | 1 | Behat1 | Behat1 desc | http://www.processmaker.com | http://michelangelo-be.colosa.net/sysmichelangelo/en/neoclassic/oauth2/grant |
| Create token normal | 2 | Behat2 | Behat2 desc | http://www.processmaker.com | http://michelangelo-be.colosa.net/sysmichelangelo/en/neoclassic/oauth2/grant |
| Create token normal | 1 | Behat1 | Behat1 desc | http://www.processmaker.com | http://michelangelo-be.colosa.net/sysmichelangelo/en/lurana/oauth2/grant |
| Create token normal | 2 | Behat2 | Behat2 desc | http://www.processmaker.com | http://michelangelo-be.colosa.net/sysmichelangelo/en/lurana/oauth2/grant |
# GET /api/1.0/{workspace}/project/<project>/output-documents
@@ -54,7 +54,7 @@ Feature: Generate token Grant type - Authorization Code
| List Outputs in process "Process Complete BPMN" | 1455892245368ebeb11c1a5001393784 | 1 | Output Document | 2 |
# POST /en/neoclassic/oauth2/access_token/expire
# POST /en/lurana/oauth2/access_token/expire
# Endpoint para hacer que expire los token creados en este script
Scenario Outline: Expire token created in this script
Given POST this data:
@@ -85,7 +85,7 @@ Feature: Generate token Grant type - Authorization Code
| List Outputs in process "Process Complete BPMN" | 1455892245368ebeb11c1a5001393784 | 1 | Output Document | 2 | Unauthorized |
# POST /en/neoclassic/oauth2/refresh_token_<grant_number>
# POST /en/lurana/oauth2/refresh_token_<grant_number>
# Grant type Refresh Token
Scenario Outline: Refresh token
Given POST this data:
@@ -128,7 +128,7 @@ Feature: Generate token Grant type - Authorization Code
| List Outputs in process "Process Complete BPMN" | 1455892245368ebeb11c1a5001393784 | 1 | Output Document | 4 |
# DELETE /en/neoclassic/oauth2
# DELETE /en/lurana/oauth2
# Endpoint para borrar el token creado en este script
Scenario Outline: Delete all tokens created previously in this script
Given that I want to delete a resource with the key "access_token_<application_number>" stored in session array