Skip to content

Instantly share code, notes, and snippets.

View upteran's full-sized avatar
🌚

Andrew Tereshkin upteran

🌚
View GitHub Profile
@upteran
upteran / http-benchmark.md
Created October 1, 2025 14:39 — forked from denji/http-benchmark.md
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)
@upteran
upteran / Jest_GitLab_CI.md
Created May 14, 2024 08:45 — forked from rishitells/Jest_GitLab_CI.md
Setting up Jest tests and coverage in GitLab CI

Configuring Jest Tests in GitLab CI

1. Add GitLab CI configuration file in the root

In the root of your project, add .gitlab-ci.yml with the configuration below.

image: node:latest

stages: