N
N
nullnull2021-03-02 15:01:40
Python
nullnull, 2021-03-02 15:01:40

How should selenium be located in a project with a web application?

I read tutorials on creating testing on selenium, everything seems to be fine, sites on the Internet are tested there. ready-made and third-party. And so the question arose: where should selenium be located if it is its own project that runs the web?

For example, there is a flask python application that runs a website.
Let's say there is a file structure like this:

project (папка)
    webapp (папка)
         templates (папка)
             index.html
         routs.py
    main.py


Selenium should be in this project? Selenium should be like a second\separate project? Or should it be here, but in a separate folder and run on a separate thread?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
5
5am, 2021-03-02
@nullnull

no matter what is more convenient and do it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question