Add sandbox credentials to .env.test and .env.local (sandbox URLs). Pass EBAY_* vars through bin/test-integration. EbayTaxonomyIntegrationTest: 6 tests against sandbox Taxonomy API using app token (client_credentials) — verifies OAuth, aspects for notebooks (cat 177) and RAM (cat 170083), required flags, value lists, caching. EbayAdapterIntegrationTest: listing publish/update/deactivate tests skip gracefully when EBAY_USER_TOKEN not set (Inventory API requires Authorization Code user token). Noop-deactivate test always runs. All 6 taxonomy tests pass against live sandbox. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
484 B
Text
11 lines
484 B
Text
# define your env variables for the test env here
|
|
KERNEL_CLASS='App\Kernel'
|
|
APP_SECRET='$ecretf0rt3st'
|
|
|
|
EBAY_CLIENT_ID=SimonKhn-ss3k-SBX-a2ed07085-b96997c2
|
|
EBAY_CLIENT_SECRET=SBX-2ed070856f30-f6be-4808-ae60-3059
|
|
EBAY_API_BASE_URL=https://api.sandbox.ebay.com
|
|
EBAY_OAUTH_BASE_URL=https://api.sandbox.ebay.com
|
|
EBAY_MARKETPLACE_ID=EBAY_DE
|
|
EBAY_ENDPOINT_URL=https://ss3k.schaunwama.de/webhooks/ebay
|
|
EBAY_VERIFICATION_TOKEN=0f06b7a55e4620282c714dbfd90b77b95562f5072d036629e41eb433ef6d2a80
|