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

Update the code to be compatible with Gatling 3 #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hansenmc
Copy link

I was looking for a way to make XCC calls through Gatling, and came upon this project. It works with Gatling 2, but there are a number of breaking API changes in Gatling 3.

This PR incorporates the necessary changes in order for this to work with Gatling 3.

- Change accessor in order to obtain Expression[String] values. For instance, `uri(session).get` was not working, needed to use `uri(session).toOption.get`
@hansenmc
Copy link
Author

In the process of making changes to get things to compile, I happened to have changed the signature on methods from Expression[String] to String. While that allowed things to compile, obviously doesn't work well when attempting to use an Expression to substitute variables when executing.

I just updated the PR with changes to restore functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant