Code Monkey home page Code Monkey logo

Comments (3)

twolfson avatar twolfson commented on July 20, 2024

Can you elaborate on why you need support for this?

from karma-electron.

dylangmiles avatar dylangmiles commented on July 20, 2024

The navigator contains shared state across multiple pages. Each page builds a navigation menu from data in the navigator and also asks the navigator to change load a different page when a menu linked is clicked.

So it makes sense to me at least that the navigator should be created in the main process so that each page has access to the shared state via remote.getGlobal('navigator')

Thinking out loud:
If I create the navigator on the render process then my page can't get access to it through remote.getGlobal. In other words I would need different way of accessing the variable for testing vs when running the app. I have yet to find a way to do this.

I would also be creating the navigator on the render process which does not reflect how it will be created in the main process when running the app.

from karma-electron.

twolfson avatar twolfson commented on July 20, 2024

I don't think karma-electron is best suited for your needs. It's more built for testing single page applications but not how they interact with browser window menus and OS level interactions (e.g. saving application state). The reason is anything application level will wind up being shared by the karma-electron harness which might not properly clear state between test runs.

For browser window menus and OS level interactions, electron has tools like spectron and electron-chromedriver:

https://github.com/electron/spectron

https://github.com/electron/chromedriver

https://github.com/electron/electron/blob/v1.3.6/docs/tutorial/using-selenium-and-webdriver.md

The low level difference between these is:

  • karma loads a test harness webpage in electron which opens bootstrapped windows
  • electron-chromedriver/spectron controls an electron application via Chromium's wire protocol

from karma-electron.

Related Issues (20)

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.