README.md in magic_test-0.0.4 vs README.md in magic_test-0.0.5
- old
+ new
@@ -28,16 +28,14 @@
```
bundle install
```
-Next, run the install generator. If your application already includes jQuery, you can just run:
+Next, run the install generator:
```
rails g magic_test:install
```
-
-> If your application doesn't include jQuery, you'll need to let Magic Test know to include it as needed. Just add `no` to the end of the line above or adjust your configuration afterward in `config/initializers/magic_test.rb`. We'll only inject jQuery when Magic Test is actively running. It will never show up on CI.
With this we will:
- Create a sample system test at `test/system/basics_test.rb` that invokes Magic Test.
- If your application was previously configured to run system tests with `:headless_chrome` or `:headless_firefox`, we will attempt to update your configuration so you can see the browser when you run tests with `MAGIC_TEST=1` as an environment variable.