You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: [AEA-4941] - Repeat prescription automated test end to end journey (#287)
## Summary
- Routine Change
- ✨ New Feature
### Details
updated pre-commit version
package updates
slight addition to `make deep-clean`
template.env updated to reflect new environment variables used when
running locally
Modified EPS tests to include repeats when creating prescriptions
#### Once the plugins are added you can install them
51
-
`asdf install` This will install the versions as described in .tool-versions
52
-
53
-
Now you can run `make install` to install the virtualenv and packages. You may need to run `poetry shell` to activate the poetry shell, followed by `make install-playwright` to install the playwright tools. To check if these are installed properly, run `playwright codegen` and check that you see a browser window pop up.
61
+
You can now run the `make install-asdf` command
62
+
* next, run `make install` to install the virtualenv and packages. You may need to run `poetry shell` to activate the poetry shell, followed by `make install-playwright` to install the playwright tools. To check if these are installed properly, run `playwright codegen` and check that you see a browser window pop up.
54
63
55
64
## Developing/Debugging Tests
56
65
@@ -101,7 +110,7 @@ Change the `env` variable accordingly to either `INT` or `INTERNAL-DEV`.
101
110
If you wish to test a different product i.e. `PFP-APIGEE` then you must change `product=` and `--tags` respectively.
102
111
103
112
### Method 5:
104
-
Run the tests by pushing changes to github in a pull request and running the regression tests job.
113
+
Run the tests by pushing changes to GitHub in a pull request and running the regression tests job.
0 commit comments