test-config.properties 723 Bytes
# MCP Test Configuration
# Test user credentials
test.user=john.sales
test.password=moqui
test.mcp.url=http://localhost:8080/mcp

# Test data
test.customer.firstName=John
test.customer.lastName=Doe
test.customer.email=john.doe@test.com
test.product.color=blue
test.product.category=PopCommerce

# Test screens
test.screen.catalog=PopCommerce/Catalog/Product
test.screen.order=PopCommerce/Order/CreateOrder
test.screen.customer=PopCommerce/Customer/FindCustomer

# Test timeouts (in seconds)
test.timeout.connect=30
test.timeout.request=60
test.timeout.screen=30

# Test validation
test.validate.content=true
test.validate.parameters=true
test.validate.transitions=true

# Logging
test.log.level=INFO
test.log.output=console