Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #826

Merged
merged 2 commits into from Aug 11, 2021
Merged

Update Readme.md #826

merged 2 commits into from Aug 11, 2021

Conversation

luke-hill
Copy link
Contributor

Updated readme with a few more verbose options.

Fixed an issue where it advised you to paste full TLD of test files (This can then conflict with the parallel partitioning)

Readme.md Outdated

`parallel_rspec -- -t acceptance -f progress -- spec/foo_spec.rb spec/acceptance`

- Pass in any custom cucumber runtime option, by using the -o flag. **NB: You must wrap everything in quotes**:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Pass in any custom cucumber runtime option, by using the -o flag. **NB: You must wrap everything in quotes**:
- Pass in test options, by using the -o flag (wrap everything in quotes):

Readme.md Outdated
`parallel_test test/bar test/baz/foo_text.rb`

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove space

Readme.md Outdated
parallel_spinach

- use `ENV['TEST_ENV_NUMBER']` inside your tests to select separate db/memcache/etc. _(Remember to expose this to docker if using compose!)_
-
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove extra - ?

Readme.md Outdated
parallel_cucumber
parallel_spinach

- use `ENV['TEST_ENV_NUMBER']` inside your tests to select separate db/memcache/etc. _(Remember to expose this to docker if using compose!)_
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- use `ENV['TEST_ENV_NUMBER']` inside your tests to select separate db/memcache/etc. _(Remember to expose this to docker if using compose!)_
- use `ENV['TEST_ENV_NUMBER']` inside your tests to select separate db/memcache/etc. (docker compose: expose it)

@grosser
Copy link
Owner

grosser commented Aug 11, 2021

thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants