Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review and rework #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Review and rework #4

wants to merge 2 commits into from

Conversation

rschwietzke
Copy link
Contributor

Content

Reworked the base concept to work better with the JMeter single instance concept of properties and such. JMeter cannot deal with multiple instance if its own nicely, so we have to work with what we got.

Renamed Things

Test case base named, constructors, and similar got renamed. Internal variables isolated (no direct access anymore).

Fixed JMeter Script Dir

The dir is fix for the moment and must be relative to config/data/jmeter. The data lookup for CSV and things is relative to that. This helps to have the scripts in the UI and in XLT run identically.

Limited Site Support

The site support is right now not effective because JMeter cannot load from multiple places due to a single instane FileServer and static properties. So, scripts are non-site, naming is also default site (no site appended) and because we don't support the look up of properties

Open

@rschwietzke rschwietzke added bug Something isn't working enhancement New feature or request labels Jan 5, 2025
@rschwietzke rschwietzke self-assigned this Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant