Git Product home page Git Product logo

Comments (11)

bhajojo avatar bhajojo commented on June 26, 2024 1

Can you please explain how this can be done

"so make sure your custom folders also map into /home/node."

from nightwatch.

blueimp avatar blueimp commented on June 26, 2024

Hi @tranthanhbao2207
There is no examples/tests folder in the repo, so I guess you're trying to use your own folder structure.
By default the current working directory in nightwatch will be /home/node, so make sure your custom folders also map into /home/node.

Please also note that docker-compose.yml version 2 files are supported only by Compose 1.6.0+ and require a Docker Engine of version 1.10.0+.
See also https://docs.docker.com/compose/compose-file/compose-versioning/

from nightwatch.

baotran2207 avatar baotran2207 commented on June 26, 2024

@bhajojo i could not make it .May be there was problem at "volume" of nightwatch container.

from nightwatch.

blueimp avatar blueimp commented on June 26, 2024

If your Nightwatch.js test files are in the ./testdirectory, you have to use the following volumes declaration (same as in the sample docker-compose.yml:

nightwatch:
    volumes:
      - ./test:/home/node

This way your test files will be available to the Nightwatch.js docker container.

from nightwatch.

bhajojo avatar bhajojo commented on June 26, 2024

My Test are stored in ./test folder only , but still i am getting the same exception

There was an error while starting the test runner:

Error: Cannot read source folder: /home/node/examples/tests
at /usr/lib/node_modules/nightwatch/lib/runner/run.js:200:21
at /usr/lib/node_modules/nightwatch/lib/runner/walk.js:97:18
at FSReqWrap.oncomplete (fs.js:82:15)

from nightwatch.

blueimp avatar blueimp commented on June 26, 2024

Another thing you can check is the permissions of the folder you are host-mounting.
e.g. is it owned by a user/group with ID 1000?
The Nightwatch.js process itself is run with this user/group ID in the Docker container.

from nightwatch.

baotran2207 avatar baotran2207 commented on June 26, 2024

After upgrading to latest version(1.17), i got
Waiting for app:80 to become available ... timeout
May be it is all about permissions

from nightwatch.

blueimp avatar blueimp commented on June 26, 2024

That message actually means that your app is not starting, or not available on port 80 (HTTP).

from nightwatch.

bhajojo avatar bhajojo commented on June 26, 2024

I have got the solution

  1. Copy the whole project in the directory "C://users/Username"
  2. Put all the files of the projects (e.g. Pages folder,reports,TestData,nightwatch.json,specs ) inside the tests folder

I am able to successfully run the tests by performing above steps

Following error is not coming now
There was an error while starting the test runner:

Error: Cannot read source folder: /home/node/examples/tests
at /usr/lib/node_modules/nightwatch/lib/runner/run.js:200:21
at /usr/lib/node_modules/nightwatch/lib/runner/walk.js:97:18
at FSReqWrap.oncomplete (fs.js:82:15)

from nightwatch.

baotran2207 avatar baotran2207 commented on June 26, 2024

@bhajojo unfortunately , i do not use windows and my docker is not locally, it is a remotely one.

from nightwatch.

baotran2207 avatar baotran2207 commented on June 26, 2024

I got this err because i exec command "docker-compose" on my local pc. Volume takes the "specs" dir of remote server(which means null) , instead of from my local pc.

from nightwatch.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.