-
Notifications
You must be signed in to change notification settings - Fork 8
src directory not installed #11
Comments
I definitely suck at npm. Sorry for the trouble, I’ll try to get that fixed tomorrow |
I thought this was because
This SO answer says:
So i did
Which doesn't even include |
@bitterjug I published a new version. Can you verify it works for you? |
Alright
Do I need to separately install elm test or something? similar |
@bitterjug there should be a different The important line is this one: https://github.com/lorenzo/elm-webdriver/blob/master/templates/elm-package.json#L9 |
@lorenzo thanks for being so pro-active to fix this. I have that. I mean I copied the one from templates which looks like this: {
"version": "1.0.0",
"summary": "Setup for running webdriver tests. DO NOT MODIFY THE REPOSITORY FIELD",
"repository": "https://github.com/lorenzo/elm-webdriver.git",
"license": "BSD3",
"source-directories": [
".",
"../src",
"../node_modules/elm-webdriver/src"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-community/elm-test": "3.0.0 <= v < 4.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"lorenzo/elm-webdriver": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
} I tried
|
selenium is not started automatically for you (on my todo list). Have a look at the reasmenin how to inatall it and run it. The selenium server needs to be running before executing the tests |
I’ll investigate by installing it myself with nom why this new version does not work. Thanks for your patience |
The selenium thing (that I ran into on 2.0.2) is a different issue. (I had actually run the standalone server in another window before I started this but I dont want to look into that here). The issue we're facing really is why 3.0.1 doesn't compile stuff. Thanks for your help. |
@bitterjug I published 3.0.3, I think this is fixed now. |
@lorenzo yeah 3.0.3 compiles tests that run, and the init command also works. |
Great news! Thanks for confirming it worked for you |
I tried to install into an elm project today. I noticed #10 init is no longer available but that wasn't the main blocker. I followed the instructions in the readme, but the
src
directory didn't get installed:So can't build the tests.
The text was updated successfully, but these errors were encountered: