Skip to content

Commit

Permalink
Correction in package migration for EnvironmentVariables
Browse files Browse the repository at this point in the history
The new packages are 

net.serenitybdd.model.environment.EnvironmentSpecificConfiguration

net.thucydides.model.environment.SystemEnvironmentVariables

net.thucydides.model.util.EnvironmentVariables

Edited from my mobile. Please verify any typo, but documentation contains this minor typo.
  • Loading branch information
danifgxcom authored May 4, 2024
1 parent 04e543f commit f8c72e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/migrating_to_serenity_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you are using internal Serenity classes, you may need to modify the relevant
| | net.thucydides.core.annotations.* | net.serenitybdd.annotations.* |
| | Other net.thucydides.core.* | net.thucydides.model.* |

For example, you may need to replace `net.thucydides.core.util.EnvironmentVariables` with `net.thucydides.core.util.EnvironmentVariables`
For example, you may need to replace `net.thucydides.core.util.EnvironmentVariables` with `net.thucydides.model.util.EnvironmentVariables`


## Step 5: Test Your Changes
Expand Down

0 comments on commit f8c72e0

Please sign in to comment.