Where to test the demo casino platform
Introduction
Before launching a full-fledged platform, it is important to test the demo version - check the integration of games, payments, UI and performance. Here are the key test environment options and tools to help you quickly and comprehensively assess your platform's capabilities.
1. Public Provider Demo Portals
SoftSwiss Demo
SoftSwiss Game Aggregator portal: access to the catalog of slots, live games and instant games without registration.
URL: `demo. softswiss. com '→ "Casino Platform Demo" section.
EveryMatrix Sandbox
Demo access to CasinoEngine and OddsMatrix: provides pre-configured test players.
Access request from the manager is required; API keys are issued for 7-14 days.
BetConstruct Demo
Web interface 'demo. betconstruct. com 'with WebSocket support for spin/events.
There are test credits for betting and real-time log viewing.
2. Docker assemblies and local environments
1. SoftSwiss Docker Compose
```yaml
version: '3'
services:
Before launching a full-fledged platform, it is important to test the demo version - check the integration of games, payments, UI and performance. Here are the key test environment options and tools to help you quickly and comprehensively assess your platform's capabilities.
1. Public Provider Demo Portals
SoftSwiss Demo
SoftSwiss Game Aggregator portal: access to the catalog of slots, live games and instant games without registration.
URL: `demo. softswiss. com '→ "Casino Platform Demo" section.
EveryMatrix Sandbox
Demo access to CasinoEngine and OddsMatrix: provides pre-configured test players.
Access request from the manager is required; API keys are issued for 7-14 days.
BetConstruct Demo
Web interface 'demo. betconstruct. com 'with WebSocket support for spin/events.
There are test credits for betting and real-time log viewing.
2. Docker assemblies and local environments
1. SoftSwiss Docker Compose
```yaml
version: '3'
services:
-
api:
- image: softswiss/platform-api: latest
- ports: ['8080: 8080'] db:
- image: postgres: 13
- environment: POSTGRES_PASSWORD=secret redis:
- image: redis: 6
- ```
- ```bash
- helm repo add everymatrix https: //helm. everymatrix. com
- helm install demo everymatrix/casino --set demoMode=true
- ```
- `git clone https: //github. com/nuxgame/demo-sandbox. git && ./run. sh`
- ```yaml steps:
- - uses: cypress-io/github-action@v2
- - name: Run E2E
- uses: cypress-io/github-action@v2 with:
- start: npm start -- --demo
- ```
Launch: 'docker-compose up'
Supports demo mode with virtual currency and mocked-PSP.
2. EveryMatrix Helm Chart
Repository'helm. everymatrix. com/casino`
Installing to local Minikube:
3. NuxGame Sandbox
GitHub repository with docker and test data:
3. Cloud staging environments
AWS Quick Start
The CloudFormation template deploys the platform to the VPC with minimal configuration.
Includes RDS, EKS cluster and S3 backups.
GCP Deployment Manager
Manifest package for GKE, Cloud SQL and Memorystore.
The '-demo' option activates demo mode with virtual currencies.
Azure Marketplace
"Casino Demo Environment" image based on AKS and Azure Database for PostgreSQL.
4. Test networks and mock payments
1. Crypto testnets
Ethereum Ropsten/Rinkeby: RNG smart contracts and payouts in test ETH.
Binance Smart Chain Testnet: checking multi-chain wallets.
2. PSP-sandbox
Stripe: 'stripe' mode. createToken ({card: {...}}) 'returns'tok _ visa' for the test.
Adyen Test API: '4111111111111111' pattern for successful transaction, '5500000000000004' - failure.
3. Mock Provider Server
Use WireMock or JSON-server to emulate '/slots/{ id }/spin 'and '/payments/*' with configurable responses.
5. Automated testing of demo environments
E2E scripts (Cypress/Playwright)
Tests: registration, demo deposit, spin, balance check, virtual withdrawal.
Run in CI:
Load Testing (k6/Gatling)
Scripts simulate 1000 concurrent demo users, fault tolerance check.
6. Regulatory and certification sandboxes
MGA Sandbox (on request)
Test environments for checking compliance modules: KYC/AML, audit logs, responsible gaming.
UKGC Test Harness
For game providers: virtual regulatory portal, RNG audit mock servers.
Conclusion
For comprehensive testing of the demo casino platform, combine public provider portals, local Docker/Helm builds, cloud staging environments and mock payment services. Automated E2E and load tests guarantee stability and readiness for production launch.