Skip to content

0xmuchen/postman-demo-e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Portal API Test Collection

A test suite for the Portal API, focusing on authentication, organization management, and user operations.

πŸ”‘ Authentication

The collection uses OAuth2 flow with the following steps:

  1. Authorize request
  2. Username validation
  3. Password verification
  4. Token acquisition

πŸ“‹ Key Features

  • Organization management (list, details, API keys)
  • User management (CRUD operations)
  • Response schema validation
  • Environment-based configuration
  • Automated test scripts

πŸš€ Getting Started

  1. Import the collection into Postman
  2. Set up environment variables:
    • baseURI - API base URL
    • pingURI - Authentication service URL
    • client_id - OAuth client ID
    • service_id - Service identifier
    • Other auth-related variables

πŸ“ Collection Structure

Preconditions

  • Token fetch
  • ServiceNow token acquisition

Organizations

  • List organizations
  • Get organization by ID
  • API key management:
    • Create keys
    • List keys
    • Delete keys

Users

  • Create user
  • Update user details
  • Avatar management
  • User preference settings

βœ… Test Coverage

Each request includes automated tests for:

  • Status code validation
  • Schema validation
  • Data consistency checks
  • Error handling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published