Skip to content

Commit

Permalink
Fixed minor grammar error in UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cskmnrpt authored and NickVolynkin committed Jun 7, 2024
1 parent b27b892 commit f297947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qase-pytest/docs/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Update the config in the following way:
## From 4.x to 5.x

### Configuration
In the latest version of `qase-pytest` reporter, we have changed the way of configuration. The primary source of truth from now is a config file `qase.config.json` that should be located in the same directory from where you run tests. This change will allow us to add more configuration options in the future and make the configuration process more flexible. This config structure will be used for all other reporters.
In the latest version of the `qase-pytest` reporter, we have updated the way configuration is handled. The primary source of truth is now a configuration file named `qase.config.json`. This file must be located at the root of the directory from which you run your tests. This change not only makes the configuration process more flexible but also allows us to introduce more configuration options in the future. This new config structure will be applicable to all other reporters as well.

Also, we have changed the names of ENV variables and CLI options. You can find the list of all available options in the [configuration](../README.md#configuration) section.

Expand All @@ -45,4 +45,4 @@ We have added new context decorators for fields to make them more flexible and r
Old decorators will be removed in the next major release.

### Selective execution
Starting with `5.0` version, we have added a new feature that allows you to run only tests that are linked to test cases in Qase TestOps. That changes the behavior of `test_plan_id` parameter. Now, if you specify one of these parameters, the reporter will run only tests that are linked to test cases in the specified test plan.
Starting with `5.0` version, we have added a new feature that allows you to run only tests that are linked to test cases in Qase TestOps. That changes the behavior of `test_plan_id` parameter. Now, if you specify one of these parameters, the reporter will run only tests that are linked to test cases in the specified test plan.

0 comments on commit f297947

Please sign in to comment.