plum-e2e 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,8 @@ People that want to use Plum as a test environment for their website.
31
31
  1. `\tests` folder: This include sample test cases for [SauceLabs](https://www.saucedemo.com/v1/)
32
32
  2. `.env` file: Your starting .env file. You can set the BASE_URL to your own site after you're done with the scaffold tests.
33
33
  5. There are two ways to start testing:
34
- 1. By running the server. Run:<br/> `plum start to start the server`
34
+ 1. By running the server. Run:<br/> `plum start` to start the server
35
+ 1. Access the UI at: http://localhost:5173/
35
36
  2. Without running the server. Recommended while you're writing your tests. Run:<br/> `plum dev <@test-id>`. If no test ID is included, it will run all tests
36
37
 
37
38
  ## Basic Structure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plum-e2e",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/silverlunah/plum.git"