Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@eclipse-che/che-e2e
Advanced tools
Perform commands:
export TS_SELENIUM_BASE_URL=<Che7 URL>
npm install
export TS_SELENIUM_USERNAME=<username>
export TS_SELENIUM_PASSWORD=<password>
npm test
'TestConstants.ts'
file'TimeoutConstants.ts'
. You can see the list of those variables and their value if you set the 'TS_SELENIUM_PRINT_TIMEOUT_VARIABLES = true'
test-
. Then, perform command npm run test-<suffixNameOfScript>
"TS_SELENIUM_BASE_URL"
variable with "Che" url"npm run test-docker"
For launching tests with local changes perform next steps:
"TS_SELENIUM_BASE_URL"
variable with "Che" url"npm run test-docker-mount-e2e"
The 'eclipse/che-e2e'
docker image has VNC server installed inside. For connecting use '0.0.0.0:5920'
address.
The easiest way to do that is to perform steps which are described in the "Docker launch" paragraph. For running tests without docker, please perform next steps:
For successfull test passing, exactly provided devfile should be used
)
https://gist.githubusercontent.com/Ohrimenko1988/93f5426f4ebc1705c55feb8ff0396a49/raw/cbea89ad145ba33ed34a151a12c50f045f9f3b78/yaml-ls-bug.yaml'TS_SELENIUM_BASE_URL'
environment variable as described above'npm run test-happy-path'
Setup next environment variables:
Run command:
Setup next environment variables:
Run command:
FAQs
## Requirements
The npm package @eclipse-che/che-e2e receives a total of 235 weekly downloads. As such, @eclipse-che/che-e2e popularity was classified as not popular.
We found that @eclipse-che/che-e2e demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.