Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix screenshot paths differing between interactive and run modes #2103

Merged
merged 2 commits into from
Jul 12, 2018

Conversation

chrisbreiding
Copy link
Contributor

Fixes #2091

- differentiate folders vs spec files
- simplify specs store, remove mutations
- fix spec changing via browser url
- normalize paths for windows on server
@chrisbreiding chrisbreiding self-assigned this Jul 5, 2018
@chrisbreiding chrisbreiding requested a review from brian-mann July 5, 2018 19:26
@chrisbreiding
Copy link
Contributor Author

Need to test out interactive mode on Windows and make sure these changes haven't broken anything.

using any method from node’s path util converts / back to \ on windows, so trying to normalize the paths to use / is futile. instead, properly split and compare paths in the desktop gui as needed
@chrisbreiding
Copy link
Contributor Author

Tested out on Windows and everything is in working order.

@brian-mann brian-mann merged commit a97d9be into develop Jul 12, 2018
@chrisbreiding chrisbreiding deleted the issue-2091-screenshot-paths branch July 13, 2018 13:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants