karma-runner / karma-runner/karma

urlRoot does not work with parameters

Open
#2,072 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

### Expected behavior
- `http://localhost:9876/hl?=en&id=34916909`
### Actual behavior
- `http://localhost:9876/hl?=en/?id=34916909`
### Enviroment Details
- Karma version (output of `karma --version`): 0.13.22
- Relevant part of your `karma.config.js` file: `urlRoot: '/hl?=en'`
### Steps to reproduce the behaviour
1. Add a parameter to the `urlRoot` in your `karma.config.js` file
2. Launch a test
3. Now you can see that the URL parameter is not handled as parameter

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.