Coder Social home page Coder Social logo

Comments (5)

jeromelaban avatar jeromelaban commented on June 27, 2024

For now, we are providing support for running tests from within visual studio, using the command line, or using automated tests.

You can derive some scripts to do this from here: https://github.com/unoplatform/Uno.UITest/blob/master/build/scripts/wasm-uitest.sh

GitHub
Unified UI Testing Framework for Uno Platform based applications - Uno.UITest/wasm-uitest.sh at master ยท unoplatform/Uno.UITest

from uno.uitest.

Tree55Topz avatar Tree55Topz commented on June 27, 2024

@jeromelaban thats not quite what I am asking. I am wondering if its possible to create a test solution that exists outside of the actual uno/host code for the app. In most cases, UI tests are created by the QA automation team and not the developers.

So I am wondering if the actual test code like identifying elements, creating test scripts, cleanup in between test cases - if all of that can be in its own VS project using the page object model design

from uno.uitest.

jeromelaban avatar jeromelaban commented on June 27, 2024

You can setup your environment to use an already deployed application, there's no explicit dependency between the UI Tests projects and the app project itself. Change this to point to the appropriate location:

public readonly static string WebAssemblyDefaultUri = "http://localhost:54490/";

from uno.uitest.

Tree55Topz avatar Tree55Topz commented on June 27, 2024

@jeromelaban ok thank you - we will have to test it out. Do you know of any reason why just using Selenium would be a bad idea? We already have built up a decent amount of selenium code to test the Uno version of our app and the biggest challenge is just identifying elements as the HTML code that gets generated is quite ugly and complex.

from uno.uitest.

jeromelaban avatar jeromelaban commented on June 27, 2024

You can use selenium directly, but it won't change anything with the naming of elements. You can name elements with what is documented in the readme of this repository.

from uno.uitest.

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.